Exception: ChickenLittle::SpecFileNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- ChickenLittle::SpecFileNotFound
- Defined in:
- lib/chicken_little/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "Could not find specification.rb file") ⇒ SpecFileNotFound
constructor
A new instance of SpecFileNotFound.
Constructor Details
#initialize(msg = "Could not find specification.rb file") ⇒ SpecFileNotFound
Returns a new instance of SpecFileNotFound.
10 11 12 |
# File 'lib/chicken_little/exceptions.rb', line 10 def initialize(msg = "Could not find specification.rb file") super(msg) end |