Skip to content

Commit

Permalink
Merge branch 'dev' into fixCronCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio authored Jun 13, 2024
2 parents 2352475 + a83523d commit 7c63aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function render($request, Throwable $exception)
*/
private function handleApiError($request, Throwable $exception)
{
Log::error('API Error', $exception->getTrace());
Log::error('API Error: '.$exception->getMessage(), $exception->getTrace());

if ($exception instanceof AbstractHttpException) {
return $exception->getResponse();
Expand Down

0 comments on commit 7c63aaf

Please sign in to comment.