class DeltaTest::StatsNotFoundError

Public Instance Methods

message() click to toggle source
# File lib/delta_test/errors.rb, line 25
def message
  'no stats data found'
end