UNPKG

@rightcapital/exceptions

Version:

TypeScript Exception definitions inspired by PHP SPL Exceptions etc...

9 lines 345 B
import { BadFunctionCallException } from './bad-function-call.exception'; /** * Exception thrown if a callback refers to an undefined method or if some arguments are missing. * @public */ export declare class BadMethodCallException extends BadFunctionCallException { name: string; } //# sourceMappingURL=bad-method-call.exception.d.ts.map