class Configatron::UndefinedKeyError
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
# File lib/configatron/errors.rb, line 3 def initialize(msg) super(msg) end