Exception: DDMetrics::Stopwatch::StillRunningError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



20
21
22
# File 'lib/ddmetrics/stopwatch.rb', line 20

def message
  'Cannot get duration, because stopwatch is still running'
end