Exception: Configatron::LockedNamespace
- Defined in:
- 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/configatron/errors.rb', line 9 def initialize(_name) super("Cannot add new parameters to locked namespace: #{_name.inspect}") end |