ESupplyCapped
Title: ESupplyCapped
Interface for supply cap related errors
Errors
SupplyCapExceeded
Error thrown when minting would exceed the supply cap
error SupplyCapExceeded(uint256 requestedAmount, uint256 availableCapacity);
InvalidSupplyCap
Error thrown when setting an invalid supply cap
error InvalidSupplyCap();