Function magnus::exception::fatal

source ·
pub fn fatal() -> ExceptionClass
Expand description

Return Ruby’s fatal class.

§Panics

Panics if called from a non-Ruby thread. See Ruby::exception_fatal for the non-panicking version.