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