Errors
Library containing shared custom errors the protocol may revert with.
Errors
ZeroAddress
Thrown when an empty address is given as parameter to a function that does not allow it.
error ZeroAddress();
ZeroAmount
Thrown when an 0 is given as amount parameter to a function that does not allow it.
error ZeroAmount();