UNPKG

@contract-case/case-plugin-base

Version:

Plugin framework for writing plugins for the ContractCase test framework

12 lines 432 B
import type { LogLevelContext } from '../context/types'; /** * This is thrown by ContractCase core to indicate that the user-provided * trigger failed when we weren't expecting it to. * * @public */ export declare class CaseTriggerError extends Error { userFacingStackTrace: string; constructor(message: string, context?: LogLevelContext, userFacingStackTrace?: string); } //# sourceMappingURL=CaseTriggerError.d.ts.map