UNPKG

@jems/di

Version:

An implementation of IoC pattern based on dependency injection that allows you to granulate and decouple your libraries or applications. Wrote using SOLID principles and a variety OOP patterns implementations.

7 lines (6 loc) 189 B
import { BaseError } from './baseError'; /** * Represents an error that occurs when something goes wrong serving a reference. */ export declare class ServicingError extends BaseError { }