Function magnus::exception::no_matching_pattern_error

source ·
pub fn no_matching_pattern_error() -> ExceptionClass
Available on ruby_gte_2_7 only.
Expand description

Return Ruby’s NoMatchingPatternError class.

§Panics

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