Function magnus::exception::standard_error

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

Return Ruby’s StandardError class.

§Panics

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