panic_with_byte_array

Panics with the given ByteArray. That is, panics with an Array<felt252> with BYTE_ARRAY_MAGIC, and then the serialized given ByteArray.

Fully qualified path: core::panics::panic_with_byte_array

pub fn panic_with_byte_array(err: @ByteArray) -> crate::never