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