Exception: MKIt::ServiceNotFoundException

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

Returns a new instance of ServiceNotFoundException.



27
28
29
# File 'lib/mkit/exceptions.rb', line 27

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