Exception: Paradeiser::NotActiveError
- Inherits:
-
StandardError
- Object
- StandardError
- Paradeiser::NotActiveError
- Defined in:
- lib/paradeiser/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NotActiveError
constructor
A new instance of NotActiveError.
Constructor Details
#initialize ⇒ NotActiveError
Returns a new instance of NotActiveError.
9 10 11 |
# File 'lib/paradeiser/errors.rb', line 9 def initialize super('There is no active pomodoro or break') end |