Exception: ZohoInvoice::Error::ClientError

Inherits:
ZohoInvoice::Error show all
Defined in:
lib/zoho_invoice/error/client_error.rb

Instance Attribute Summary

Attributes inherited from ZohoInvoice::Error

#code, #http_status, #message, #response_status

Class Method Summary collapse

Class Method Details

.from_response(response = {}) ⇒ Object



7
8
9
# File 'lib/zoho_invoice/error/client_error.rb', line 7

def self.from_response(response={})
  self.parse_error(response)
end