UNPKG

@matterlabs/hardhat-zksync-verify

Version:
12 lines 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ZkSyncVerifyPluginError = void 0; const plugins_1 = require("hardhat/plugins"); const constants_1 = require("./constants"); class ZkSyncVerifyPluginError extends plugins_1.HardhatPluginError { constructor(message, parentError) { super(constants_1.PLUGIN_NAME, message, parentError); } } exports.ZkSyncVerifyPluginError = ZkSyncVerifyPluginError; //# sourceMappingURL=errors.js.map