lib/mashery/exceptions.rb in mashery_rails-0.6.2 vs lib/mashery/exceptions.rb in mashery_rails-0.6.3
- old
+ new
@@ -19,10 +19,10 @@
end
end
class ParamMissing < Exception
def initialize(param)
- super "Couldn't determine Mashery #{param.inspect}! Please check your config/masheri.yml"
+ super "Couldn't determine Mashery #{param.inspect}! Please check your config/mashery.yml"
end
end
class ConfigMissing < Exception
def initialize