Exception: Vodka::Client::NotFoundException
- Inherits:
-
Exception
- Object
- Exception
- Vodka::Client::NotFoundException
- Defined in:
- lib/vodka/client/exceptions/not_found_exception.rb
Constant Summary collapse
- MESSAGE =
'404 Not Found'
Instance Method Summary collapse
-
#initialize ⇒ NotFoundException
constructor
A new instance of NotFoundException.
Constructor Details
#initialize ⇒ NotFoundException
Returns a new instance of NotFoundException.
6 7 8 |
# File 'lib/vodka/client/exceptions/not_found_exception.rb', line 6 def initialize super(MESSAGE) end |