class Illuminate / Foundation / Http / Exceptions / MaintenanceModeException
You are viewing an older version of the documentation. For the latest, please visit master documentation.

MaintenanceModeException

Extends

    Symfony\...\ServiceUnavailableHttpException

Properties

public

$wentDownAt Carbon

When the application was put in maintenance mode.

Default: null
public

$retryAfter int

The number of seconds to wait before retrying.

Default: null
public

$willBeAvailableAt Carbon

When the application should next be available.

Default: null

Methods

public

__construct ( $time , $retryAfter , $message , Throwable $previous , $code ) : void

Create a new exception instance.

Parameters

  • $time int
  • $retryAfter int|null
  • $message string|null
  • $previous Throwable |null
  • $code int