[][src]Function v_common_v8::error::get_custom_error_class

pub fn get_custom_error_class(error: &AnyError) -> Option<&'static str>

If this error was crated with custom_error(), return the specified error class name. In all other cases this function returns None.