class PipeDrive::RequestError

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/pipe_drive/exception.rb, line 32
def initialize(response)
  super(response.to_json)
end