Exception: MastermindGenerator::TimerNotStartedError
- Inherits:
-
StandardError
- Object
- StandardError
- MastermindGenerator::TimerNotStartedError
- Defined in:
- lib/mastermind_generator/timer.rb
Overview
Exception for ending timer without starting it before
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
6 7 8 |
# File 'lib/mastermind_generator/timer.rb', line 6 def "Timer is not started! To stop or pause a timer, you need to start it first." end |