Exception: ChickenLittle::SpecFileNotWritable
- Inherits:
-
StandardError
- Object
- StandardError
- ChickenLittle::SpecFileNotWritable
- Defined in:
- lib/chicken_little/exceptions.rb
Instance Method Summary collapse
-
#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
constructor
A new instance of SpecFileNotWritable.
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 |