Function create_primitive_exception_class

Source
pub fn create_primitive_exception_class<'a>(
    exception: &impl Display,
    err_name: &impl Display,
    custom_methods: impl Iterator<Item = &'a Function>,
) -> String
Expand description

Creates exception class for an error variant of primitive enum that may be returned from rust