You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
If I change code number or message there it returns specified code and message.
I tried debugging it and theoretically in app_dev.php message is returned with specified code but symfony displays code specified in constructor of ServiceUnavailableException.
Wouldn't it be good to return there Exception with code from config and not always 503?
In docs there is part about:
I see
$response->setStatusCode($this->http_code, $this->http_status);
in code but somehow whatever I do I get503 Service Unavailable - ServiceUnavailableException
to the browser in the end
The text was updated successfully, but these errors were encountered: