Exception: Vodka::Client::ForbiddenException

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

Constant Summary collapse

MESSAGE =
'403 Forbidden'

Instance Method Summary collapse

Constructor Details

#initializeForbiddenException

Returns a new instance of ForbiddenException.



6
7
8
# File 'lib/vodka/client/exceptions/forbidden_exception.rb', line 6

def initialize
  super(MESSAGE)
end