UNPKG

nowjs-core

Version:

NowCanDo Javascript Core [nowjs-core] is a library written by TypeScript code maintains under Apache 2.0 licence

5 lines (4 loc) 184 B
import { CodedException } from './index'; export declare class IllegalOperationException extends CodedException { constructor(code: number, message: string, innerError?: Error); }