Exception: ChickenLittle::SpecFileNotWritable

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "You do not have permission to write to the specification.rb file.\nTry running using the sudo command: sudo chiken_little [option]") ⇒ SpecFileNotWritable

Returns a new instance of SpecFileNotWritable.



16
17
18
# File 'lib/chicken_little/exceptions.rb', line 16

def initialize(msg = "You do not have permission to write to the specification.rb file.\nTry running using the sudo command: sudo chiken_little [option]")
  super(msg)
end