class Howareya::MissingConfigError

Public Class Methods

new(msg="It looks like you haven't set up the config for Howareya") click to toggle source
Calls superclass method
# File lib/howareya/errors.rb, line 3
def initialize(msg="It looks like you haven't set up the config for Howareya")
  super
end