Exception: Configatron::LockedNamespace
- Defined in:
- lib/gems/configatron-2.2.2/lib/configatron/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ LockedNamespace
constructor
A new instance of LockedNamespace.
Constructor Details
#initialize(name) ⇒ LockedNamespace
Returns a new instance of LockedNamespace.
9 10 11 |
# File 'lib/gems/configatron-2.2.2/lib/configatron/errors.rb', line 9 def initialize(name) super("Cannot add new parameters to locked namespace: #{name.inspect}") end |