MCPcopy Create free account
hub / github.com/NomicFoundation/hardhat /

Class

packages/hardhat-utils/src/common-errors.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { CustomError } from "./error.js";
2
3export class InvalidParameterError extends CustomError {
4 constructor(message: string, cause?: Error) {
5 super(message, cause);
6 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected