Exception: MastermindGenerator::TimerNotStartedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mastermind_generator/timer.rb

Overview

Exception for ending timer without starting it before

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
# File 'lib/mastermind_generator/timer.rb', line 6

def message
  "Timer is not started! To stop or pause a timer, you need to start it first."
end