Exception: Paradeiser::IllegalStatusError
- Inherits:
-
StandardError
- Object
- StandardError
- Paradeiser::IllegalStatusError
- Defined in:
- lib/paradeiser/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ IllegalStatusError
constructor
A new instance of IllegalStatusError.
Constructor Details
#initialize ⇒ IllegalStatusError
Returns a new instance of IllegalStatusError.
21 22 23 |
# File 'lib/paradeiser/errors.rb', line 21 def initialize super('Idle pomodori cannot be saved') end |