panic_with_const_felt252

Panics with the given const argument felt252 as error message. # Examples

use core::panic_with_const_felt252;

panic_with_const_felt252::<'error message'>();

Fully qualified path: core::panic_with_const_felt252

pub fn panic_with_const_felt252<const ERR_CODE: felt252>() -> never