Exception: MKIt::ServiceAlreadyExists

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) ⇒ ServiceAlreadyExists

Returns a new instance of ServiceAlreadyExists.



11
12
13
# File 'lib/mkit/exceptions.rb', line 11

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