Corelib
cond
felt252
pub fn assert(cond: bool, err_code: felt252)
assert(false, 'error message');
Was this page helpful?