|
MediaWiki master
|
OverflowException specific to the SessionManager, used when the request had multiple possible sessions tied for top priority. More...
Inherits OverflowException.

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