Exception: DDMetrics::Stopwatch::NotRunningError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ddmetrics/stopwatch.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



14
15
16
# File 'lib/ddmetrics/stopwatch.rb', line 14

def message
  'Cannot stop, because stopwatch is not running'
end