MediaWiki master
MediaWiki\Session\SessionOverflowException Class Reference

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

Inherits OverflowException.

Collaboration diagram for MediaWiki\Session\SessionOverflowException:

Public Member Functions

 __construct (array $sessionInfos, $msg)
 
 getSessionInfos ()
 

Detailed Description

OverflowException specific to the SessionManager, used when the request had multiple possible sessions tied for top priority.

Since
1.34

Definition at line 11 of file SessionOverflowException.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\Session\SessionOverflowException::__construct ( array  $sessionInfos,
  $msg 
)
Parameters
SessionInfo[]$sessionInfosMust have at least two elements
string$msg
Exceptions

\InvalidArgumentException If $sessionInfos has less than 2 elements

Definition at line 20 of file SessionOverflowException.php.

Member Function Documentation

◆ getSessionInfos()

MediaWiki\Session\SessionOverflowException::getSessionInfos ( )
Returns
SessionInfo[]

Definition at line 31 of file SessionOverflowException.php.


The documentation for this class was generated from the following file: