UNPKG

@truffle/error

Version:

Simple module that allows native Error objects to be extended

5 lines (4 loc) 102 B
declare class TruffleError extends Error { constructor(message: string); } export = TruffleError;