Exception: Karaden::Exception::NotFoundException

Inherits:
KaradenException show all
Defined in:
lib/karaden/exception/not_found_exception.rb

Constant Summary collapse

STATUS_CODE =
404

Instance Attribute Summary

Attributes inherited from KaradenException

#body, #code, #error, #headers

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ NotFoundException

Returns a new instance of NotFoundException.



5
6
7
# File 'lib/karaden/exception/not_found_exception.rb', line 5

def initialize(message = nil)
  super
end