Exception: MKIt::InvalidConfigurationException

Inherits:
BaseException
  • Object
show all
Defined in:
lib/mkit/exceptions.rb

Instance Attribute Summary

Attributes inherited from BaseException

#error_code

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ InvalidConfigurationException

Returns a new instance of InvalidConfigurationException.



33
34
35
# File 'lib/mkit/exceptions.rb', line 33

def initialize(message = nil)
  super(400, message)
end