Exception: MKIt::InvalidConfigurationException
- Inherits:
-
BaseException
- Object
- Exception
- BaseException
- MKIt::InvalidConfigurationException
- Defined in:
- lib/mkit/exceptions.rb
Instance Attribute Summary
Attributes inherited from BaseException
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ InvalidConfigurationException
constructor
A new instance of InvalidConfigurationException.
Constructor Details
#initialize(message = nil) ⇒ InvalidConfigurationException
Returns a new instance of InvalidConfigurationException.
33 34 35 |
# File 'lib/mkit/exceptions.rb', line 33 def initialize( = nil) super(400, ) end |