UNPKG
@usecannon/router
Version:
alpha (4.1.1-0)
latest (4.1.3)
4.1.3
4.1.2
4.1.1
4.1.1-0
4.1.0
4.0.1
4.0.0
Fork of Synthetix Router Proxy Architecture Manager, including only contract generation logic.
@usecannon/router
/
dist
/
internal
/
errors.js
7 lines
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ContractValidationError
=
void
0
;
class
ContractValidationError
extends
Error
{ }
exports
.
ContractValidationError
=
ContractValidationError
;
//# sourceMappingURL=errors.js.map