MediaWiki REL1_39
|
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 () | |
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.
MediaWiki\Session\SessionOverflowException::getSessionInfos | ( | ) |
Definition at line 31 of file SessionOverflowException.php.