UNPKG

@tsclean/core

Version:

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

7 lines 220 B
export declare class WsException extends Error { private readonly error; constructor(error: string | object); initMessage(): void; getError(): string | object; } //# sourceMappingURL=ws-exception.d.ts.map