Exception: ChickenLittle::GemFileNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- ChickenLittle::GemFileNotFound
- Defined in:
- lib/chicken_little/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "I couldn't figure out where to start looking for the RubyGems install.") ⇒ GemFileNotFound
constructor
A new instance of GemFileNotFound.
Constructor Details
#initialize(msg = "I couldn't figure out where to start looking for the RubyGems install.") ⇒ GemFileNotFound
Returns a new instance of GemFileNotFound.
4 5 6 |
# File 'lib/chicken_little/exceptions.rb', line 4 def initialize(msg = "I couldn't figure out where to start looking for the RubyGems install.") super(msg) end |