class AgileCRMWrapper::InternalServerError

Raised when AgileCRMWrapper returns a 500 HTTP status code

Public Class Methods

new(response, message = 'Server error') click to toggle source
Calls superclass method AgileCRMWrapper::Error::new
# File lib/agilecrm-wrapper/error.rb, line 71
def initialize(response, message = 'Server error')
  super(response, message)
end