MediaWiki REL1_35
|
OverflowException specific to the SessionManager, used when the request had multiple possible sessions tied for top priority. More...
Public Member Functions | |
__construct (array $sessionInfos, $msg) | |
getSessionInfos () | |
Private Attributes | |
SessionInfo[] | $sessionInfos |
OverflowException specific to the SessionManager, used when the request had multiple possible sessions tied for top priority.
Definition at line 11 of file SessionOverflowException.php.
MediaWiki\Session\SessionOverflowException::__construct | ( | array | $sessionInfos, |
$msg | |||
) |
SessionInfo[] | $sessionInfos | Must have at least two elements |
string | $msg |
\InvalidArgumentException If $sessionInfos has less than 2 elements
Definition at line 20 of file SessionOverflowException.php.
References MediaWiki\Session\SessionOverflowException\$sessionInfos.
MediaWiki\Session\SessionOverflowException::getSessionInfos | ( | ) |
Definition at line 31 of file SessionOverflowException.php.
|
private |
Definition at line 13 of file SessionOverflowException.php.
Referenced by MediaWiki\Session\SessionOverflowException\__construct().