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

at line line 42
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