MediaWiki master
MediaWiki\Storage\NameTableAccessException Class Reference

Exception representing a failure to look up a row from a name table. More...

Inherits RuntimeException.

Collaboration diagram for MediaWiki\Storage\NameTableAccessException:

Static Public Member Functions

static newFromDetails ( $tableName, $accessType, $accessValue)
 

Detailed Description

Exception representing a failure to look up a row from a name table.

Stability: newable
Since
1.31

Definition at line 31 of file NameTableAccessException.php.

Member Function Documentation

◆ newFromDetails()

static MediaWiki\Storage\NameTableAccessException::newFromDetails (   $tableName,
  $accessType,
  $accessValue 
)
static
Parameters
string$tableName
string$accessType
string | int$accessValue
Returns
NameTableAccessException

Definition at line 39 of file NameTableAccessException.php.

Referenced by MediaWiki\Storage\NameTableStore\getId(), and MediaWiki\Storage\NameTableStore\getName().


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