ErrorImpl
Fully qualified path: oracle::ErrorImpl
pub impl ErrorImpl of ErrorTrait;
Impl functions
custom
Creates a new oracle::Error
with a custom message.
This is useful for oracle-wrapping libraries that need extra error checking in Cairo code.
Fully qualified path: oracle::ErrorImpl::custom
fn custom(message: ByteArray) -> Error