Exception: Paradeiser::IllegalStatusError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/paradeiser/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeIllegalStatusError

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