Skip to content

Latest commit

 

History

History
34 lines (14 loc) · 505 Bytes

Freshdesk-Exceptions-ApiException.md

File metadata and controls

34 lines (14 loc) · 505 Bytes

Freshdesk\Exceptions\ApiException

General Exception

Thrown when the Freshdesk API returns an HTTP error code that isn't handled by other exceptions

  • Class name: ApiException
  • Namespace: Freshdesk\Exceptions
  • Parent class: Exception

Methods

getRequestException

\GuzzleHttp\Exception\RequestException Freshdesk\Exceptions\ApiException::getRequestException()

Returns the Request Exception

A Guzzle Request Exception is returned

  • Visibility: public