hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
11 lines • 469 B
TypeScript
import { CustomError } from "@nomicfoundation/hardhat-utils/error";
declare abstract class StackTraceGenerationError extends CustomError {
}
export declare class EdrProviderStackTraceGenerationError extends StackTraceGenerationError {
constructor(error: Error);
}
export declare class SolidityTestStackTraceGenerationError extends StackTraceGenerationError {
constructor(message: string);
}
export {};
//# sourceMappingURL=stack-trace-generation-errors.d.ts.map