Exception: ChickenLittle::SpecFileNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/chicken_little/exceptions.rb

Instance Method Summary collapse

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