mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
Update Handler.php
This commit is contained in:
parent
48c3b80981
commit
b613409805
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user