IRegistryParametersErrors
This interface should be inherited by any contract that uses the Registry Parameters library in order to expose the errors that may be thrown by the library.
Errors
ParameterOutOfTypeBounds
Thrown when the parameter is out of type bounds.
error ParameterOutOfTypeBounds();