Class: InjectionError
Imported from
@react-logic/diDefined in: di/src/lib/default-adapter.ts:65
Generic injection failure raised by the default adapter — typically when a
provider is malformed (no useValue/useClass/useFactory). The more
specific subclasses below cover the common failure modes; catch this base
class to handle any DI-origin error uniformly.
Extends
Error
Constructors
Constructor
new InjectionError(
message,injectorName):InjectionError
Defined in: di/src/lib/default-adapter.ts:66
Parameters
Returns
InjectionError
Overrides
Error.constructor