Exception: Configatron::LockedNamespace

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/configatron/errors.rb

Instance Method Summary collapse

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