I have been working with the EspoApiClient class. However, the only way I could get the sample usage to work was by deleting error handling line:
throw new \Exception($errorMessage, $this->getResponseHttpCode()); In the request method. What should the correct code for error handling be? What did I miss? TIA
throw new \Exception($errorMessage, $this->getResponseHttpCode()); In the request method. What should the correct code for error handling be? What did I miss? TIA
Comment