Exception: Bundler::BundlerError
- Inherits:
-
StandardError
- Object
- StandardError
- Bundler::BundlerError
- Defined in:
- lib/bundler.rb
Direct Known Subclasses
CyclicDependencyError, DeprecatedError, GemNotFound, GemfileError, GemfileLockNotFound, GemfileNotFound, GemspecError, GitError, HTTPError, InstallError, InstallHookError, InvalidOption, LockfileError, PathError, ProductionError, RubyVersionMismatch, SecurityError, VersionConflict
Class Method Summary collapse
Class Method Details
.status_code(code) ⇒ Object
51 52 53 |
# File 'lib/bundler.rb', line 51 def self.status_code(code) define_method(:status_code) { code } end |