Update Handler.php

This commit is contained in:
Irfan 2023-07-21 22:53:25 +05:00
parent 48c3b80981
commit b613409805

View File

@ -153,7 +153,7 @@ class Handler extends ExceptionHandler
return response()
->json([
'status' => $e->getCode(),
'type' => 'BadResponseException',
'type' => 'UpstreamException',
'message' => 'Jikan failed to connect to MyAnimeList.net. MyAnimeList.net may be down/unavailable, refuses to connect or took too long to respond.',
'error' => $e->getMessage()
], 504);