UNPKG

@tsclean/core

Version:

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

5 lines 190 B
import { RuntimeException } from './runtime'; export declare class InvalidClassException extends RuntimeException { constructor(value: any); } //# sourceMappingURL=invalid-class.d.ts.map