Function magnus::exception::signal

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

Return Ruby’s SignalException class.

§Panics

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