UNPKG

@neylion/exceptions

Version:

Exceptions commonly used within ney projects

6 lines (5 loc) 183 B
import { Exception } from "./Exception"; export declare class ServiceContractException extends Exception { name: string; constructor(message: string, innerException?: any); }