@contract-case/case-plugin-base
Version:
Plugin framework for writing plugins for the ContractCase test framework
12 lines • 376 B
TypeScript
/**
* This is thrown by ContractCase core to indicate that the user-provided
* verification function failed
*
* @public
*/
export declare class VerifyTriggerReturnObjectError extends Error {
cause: unknown;
userFacingStackTrace: string;
constructor(cause: unknown, userFacingStackTrace?: string);
}
//# sourceMappingURL=VerifyTriggerReturnObjectError.d.ts.map