Panics if cond is false with the given felt252 as error message.

Signature

pub fn assert(cond: bool, err_code: felt252)

Examples

assert(false, 'error message');