Panic

Represents a panic condition in Cairo. A Panic is created when the program encounters an unrecoverable error condition and needs to terminate execution.

Fully qualified path: core::panics::Panic

pub struct Panic {}