UNPKG

@neylion/exceptions

Version:

Exceptions commonly used within ney projects

5 lines (4 loc) 178 B
import { Exception } from "./Exception"; export declare class BusinessRuleException extends Exception { constructor(message: string, errorCode: any, innerException?: any); }