Top Level Namespace
Defined Under Namespace
Modules: Enhanced, Minitest Classes: EnhancedErrors, Exception
Constant Summary collapse
- IGNORED_EXCEPTIONS =
Exceptions we could handle but overlook for other reasons. These class constants are not always loaded and generally are only be available when ‘required`, so we detect them by strings.
%w[JSON::ParserError Zlib::Error OpenSSL::SSL::SSLError Psych::BadAlias]
- IGNORED_RSPEC_EXCEPTIONS =
%w[RSpec::Expectations::ExpectationNotMetError RSpec::Matchers::BuiltIn::RaiseError]