Exception: DDMetrics::Stopwatch::AlreadyRunningError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



8
9
10
# File 'lib/ddmetrics/stopwatch.rb', line 8

def message
  'Cannot start, because stopwatch is already running'
end