Class: Bundler::Overrule::Error
- Inherits:
-
BundlerError
- Object
- BundlerError
- Bundler::Overrule::Error
- Defined in:
- lib/bundler/overrule/errors.rb
Overview
Base class for every error this plugin raises.
Inherits Bundler::BundlerError so Bundler's friendly-error handler prints the message on its own, without a Ruby backtrace — these are all user mistakes in a Gemfile, not crashes.
Direct Known Subclasses
BannedDirectDependencyError, DuplicateRuleError, InvalidRuleError, UnsupportedBundlerError
Instance Method Summary collapse
Instance Method Details
#status_code ⇒ Object
13 14 15 |
# File 'lib/bundler/overrule/errors.rb', line 13 def status_code 59 end |