UNPKG

@usecannon/router

Version:

Fork of Synthetix Router Proxy Architecture Manager, including only contract generation logic.

7 lines 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContractValidationError = void 0; class ContractValidationError extends Error { } exports.ContractValidationError = ContractValidationError; //# sourceMappingURL=errors.js.map