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