MediaWiki  1.34.0
MediaWiki\Session\SessionOverflowException Class Reference

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

Inheritance diagram for MediaWiki\Session\SessionOverflowException:
Collaboration diagram for MediaWiki\Session\SessionOverflowException:

Public Member Functions

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

Private Attributes

SessionInfo[] $sessionInfos
 

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

Definition at line 20 of file SessionOverflowException.php.

References MediaWiki\Session\SessionOverflowException\$sessionInfos.

Member Function Documentation

◆ getSessionInfos()

MediaWiki\Session\SessionOverflowException::getSessionInfos ( )

Member Data Documentation

◆ $sessionInfos

SessionInfo [] MediaWiki\Session\SessionOverflowException::$sessionInfos
private

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