UNPKG

@tsclean/core

Version:

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

5 lines 236 B
import { RuntimeException } from "../../errors"; export declare class InvalidSocketPortException extends RuntimeException { constructor(port: number | string, type: any); } //# sourceMappingURL=invalid-socket-port.exception.d.ts.map