MureErrors
Author: Mure
Library with global errors for Mure
Errors
InvalidAddress
thrown when address is invalid, eg: zero address
error InvalidAddress(address addr);
SignatureExpired
thrown when a signature has expired before verification
error SignatureExpired();
Unauthorized
thrown when any restricted operation is performed by an unauthorized entity
error Unauthorized();
InvalidDelegate
thrown when address is not a valid delegate
error InvalidDelegate();
PoolNotFound
thrown when pool with given parameters is not found
error PoolNotFound();
InvalidFee
thrown when fee is invalid
error InvalidFee();
NoAdmin
thrown when no member has a DEFAULT_ADMIN_ROLE
role
error NoAdmin();