class MaintenanceModeException extends ServiceUnavailableHttpException (View source)
Carbon | $wentDownAt | When the application was put in maintenance mode. | |
int | $retryAfter | The number of seconds to wait before retrying. | |
Carbon | $willBeAvailableAt | When the application should next be available. |
void | __construct(int $time, int|null $retryAfter = null, string|null $message = null, Throwable $previous = null, int $code = 0) Create a new exception instance. |
Create a new exception instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Foundation/Http/Exceptions/MaintenanceModeException.html