Exception: Vodka::Client::NotFoundException

Inherits:
Exception
  • Object
show all
Defined in:
lib/vodka/client/exceptions/not_found_exception.rb

Constant Summary collapse

MESSAGE =
'404 Not Found'

Instance Method Summary collapse

Constructor Details

#initializeNotFoundException

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