Function magnus::exception::system_call_error

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

Return Ruby’s SystemCallError class.

§Panics

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