MaintenanceModeException

class MaintenanceModeException extends ServiceUnavailableHttpException (View source)

Properties

int $wentDownAt When the application was put in maintenance mode.
Carbon $retryAfter The number of seconds to wait before retrying.
Carbon $willBeAvailableAt When the application should next be available.

Methods

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

Create a new exception instance.

Details

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

Create a new exception instance.

Parameters

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

Return Value

void

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