class Paradeiser::IllegalStatusError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/paradeiser/errors.rb, line 21
def initialize
  super('Idle pomodori cannot be saved')
end