Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 888 Bytes

Freshdesk-Exceptions-NotFoundException.md

File metadata and controls

37 lines (17 loc) · 888 Bytes

Freshdesk\Exceptions\NotFoundException

Not Found Exception

Thrown when the Freshdesk API returns a 404 code. This is returned when the request contains invalid ID/Freshdesk domain in the URL or an invalid URL itself. For example, an API call to retrieve a ticket with an invalid ID will return a HTTP 404 status code to let you know that no such ticket exists

Methods

getRequestException

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

Returns the Request Exception

A Guzzle Request Exception is returned