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