Exception: Beanstream::ForbiddenException
- Inherits:
-
BeanstreamException
- Object
- StandardError
- BeanstreamException
- Beanstream::ForbiddenException
- Defined in:
- lib/beanstream/exceptions.rb
Instance Attribute Summary
Attributes inherited from BeanstreamException
#category, #code, #http_status_code, #message
Instance Method Summary collapse
-
#initialize(code, category, message, http_status_code) ⇒ ForbiddenException
constructor
A new instance of ForbiddenException.
Methods inherited from BeanstreamException
#is_user_error, #user_facing_message
Constructor Details
#initialize(code, category, message, http_status_code) ⇒ ForbiddenException
Returns a new instance of ForbiddenException.
35 36 37 |
# File 'lib/beanstream/exceptions.rb', line 35 def initialize(code, category, , http_status_code) super(code, category, , http_status_code) end |