Exception: Hookdeck::ForbiddenError

Inherits:
ApiError show all
Defined in:
lib/hookdeck/errors.rb

Instance Attribute Summary

Attributes inherited from ApiError

#data, #handled, #message, #request_id, #response, #status

Attributes inherited from Error

#message, #request_id

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ForbiddenError

Returns a new instance of ForbiddenError.



74
75
76
77
# File 'lib/hookdeck/errors.rb', line 74

def initialize(response)
  super
  @status = 403
end