TimeIsOverException extends SystemException
Class TimeIsOverException Throws, then timelimit is over.
For multistep actions.
Table of Contents
Methods
- __construct() : mixed
- getEndPosition() : string
- Returns position from witch next step must be started.
Methods
__construct()
public
__construct([string $message = "" ][, string $endPosition = "" ][, Exception $previous = null ]) : mixed
Parameters
- $message : string = ""
-
Message to show.
- $endPosition : string = ""
-
Position from witch must be start ed next step.
- $previous : Exception = null
-
.
getEndPosition()
Returns position from witch next step must be started.
public
getEndPosition() : string