class Howareya::MissingMetricError

Public Class Methods

new(msg="It looks like you haven't registered a metric at Howareya") click to toggle source
Calls superclass method
# File lib/howareya/errors.rb, line 9
def initialize(msg="It looks like you haven't registered a metric at Howareya")
  super
end