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