class Assembla::Error::Unauthorized
Public Class Methods
new(response)
click to toggle source
Calls superclass method
Assembla::Error::ServiceError::new
# File lib/assembla_api/error/unauthorized.rb, line 9 def initialize(response) super(response) end