Class: Bundler::Overrule::Error

Inherits:
BundlerError
  • Object
show all
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.

Instance Method Summary collapse

Instance Method Details

#status_codeObject



13
14
15
# File 'lib/bundler/overrule/errors.rb', line 13

def status_code
  59
end