Spec-Zone.ru › Laravel 5.8

MaintenanceModeException

class MaintenanceModeException extends ServiceUnavailableHttpException (View source)

Свойства

Carbon $wentDownAt Время, когда приложение перешло в режим технического обслуживания.
int $retryAfter Количество секунд, которые нужно подождать перед повторной попыткой.
Carbon $willBeAvailableAt Время, когда приложение станет доступным.

Методы

void __construct(int $time, int|null $retryAfter = null, string|null $message = null, Exception $previous = null, int $code = 0)

Создать новый экземпляр исключения.

Подробности

void __construct(int $time, int|null $retryAfter = null, string|null $message = null, Exception $previous = null, int $code = 0)

Создать новый экземпляр исключения.

Параметры

int $time
int|null $retryAfter
string|null $message
Exception $previous
int $code

Возвращаемое значение

void

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.8/Illuminate/Foundation/Http/Exceptions/MaintenanceModeException.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API