p.location-badge.
exported from angular2/di
defined in angular2/src/di/exceptions.ts (line 58)
:markdown
Thrown when trying to retrieve a dependency by `Key` from Injector, but the
Injector does not have a Binding for Key.
.l-main-section
h2 Members
.l-sub-section
h3 constructor
pre.prettyprint
code.
constructor(injector: Injector, key: Key)
:markdown