Exception: MKIt::InvalidPortsConfiguration

Inherits:
BaseException 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) ⇒ InvalidPortsConfiguration

Returns a new instance of InvalidPortsConfiguration.



21
22
23
# File 'lib/mkit/exceptions.rb', line 21

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