Exception: Kerbi::IllegalConfigWrite

Inherits:
Error
  • Object
show all
Defined in:
lib/main/errors.rb

Constant Summary collapse

Kerbi::Consts::OptionKeys::LEGAL_CONFIG_FILE_KEYS

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ IllegalConfigWrite

Returns a new instance of IllegalConfigWrite.



21
22
23
# File 'lib/main/errors.rb', line 21

def initialize(key)
  super("Illegal config assignment. '#{key}' not in #{LEGAL}")
end