class ShotgridApiRuby::ShotgridCallError

Attributes

response[R]

Public Class Methods

new(response:, message:) click to toggle source
Calls superclass method
# File lib/shotgrid_api_ruby/shotgrid_call_error.rb, line 7
def initialize(response:, message:)
  @response = response
  super(message)
end