Module magnus::error

source ·
Expand description

Rust types for working with Ruby Exceptions and other interrupts.

Enums

A Rust representation of a Ruby Exception or other interrupt.
The state of a call to Ruby exiting early, interrupting the normal flow of code.

Functions

Immediately terminate the process, printing Ruby internal state for debugging.
Outputs s to Ruby’s stderr if Ruby is configured to output warnings.