Exception: Beanstream::InternalServerException

Inherits:
BeanstreamException show all
Defined in:
lib/beanstream/exceptions.rb

Instance Attribute Summary

Attributes inherited from BeanstreamException

#category, #code, #http_status_code, #message

Instance Method Summary collapse

Methods inherited from BeanstreamException

#is_user_error, #user_facing_message

Constructor Details

#initialize(code, category, message, http_status_code) ⇒ InternalServerException

Returns a new instance of InternalServerException.



66
67
68
# File 'lib/beanstream/exceptions.rb', line 66

def initialize(code, category, message, http_status_code)
  super(code, category, message, http_status_code)
end