Function magnus::exception::frozen_error

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

Return Ruby’s FrozenError class.

§Panics

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