Exception: Bundler::BundlerError
- Inherits:
-
StandardError
- Object
- StandardError
- Bundler::BundlerError
- Defined in:
- lib/bundler.rb
Direct Known Subclasses
DeprecatedError, DslError, GemNotFound, GemfileError, GemfileNotFound, GemspecError, GitError, PathError, ProductionError, VersionConflict
Class Method Summary collapse
Class Method Details
.status_code(code = nil) ⇒ Object
32 33 34 |
# File 'lib/bundler.rb', line 32 def self.status_code(code = nil) define_method(:status_code) { code } end |