class Beanstream::UnauthorizedException
Public Class Methods
new(code, category, message, http_status_code)
click to toggle source
Calls superclass method
Beanstream::BeanstreamException::new
# File lib/beanstream/exceptions.rb, line 29 def initialize(code, category, message, http_status_code) super(code, category, message, http_status_code) end