UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

6 lines 319 B
import { RuntimeException } from './runtime'; import { AbstractInterface, Type } from "../../contracts"; export declare class InvalidClassScopeException extends RuntimeException { constructor(metaTypeOrToken: Type<any> | AbstractInterface<any> | string | symbol); } //# sourceMappingURL=invalid-class-scope.d.ts.map