Throws on binding errors. For example, if a module tries to bind sync factory for already bound async factory or tries to provide async factory of async factory or module don't have any bindings for given key.

Hierarchy

  • Error
    • ModuleBindingError

Constructors

Properties

message: string
module: Module<any>
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void