class DDMetrics::Stopwatch::StillRunningError

Public Instance Methods

message() click to toggle source
# File lib/ddmetrics/stopwatch.rb, line 18
def message
  'Cannot get duration, because stopwatch is still running'
end