MediaWiki
REL1_40
NameTableAccessException.php
Go to the documentation of this file.
1
<?php
21
namespace
MediaWiki\Storage
;
22
23
use RuntimeException;
24
31
class
NameTableAccessException
extends
RuntimeException {
32
39
public
static
function
newFromDetails
( $tableName, $accessType, $accessValue ) {
40
$message =
"Failed to access name from {$tableName} using {$accessType} = {$accessValue}"
;
41
return
new
self
( $message );
42
}
43
44
}
MediaWiki\Storage\NameTableAccessException
Exception representing a failure to look up a row from a name table.
Definition
NameTableAccessException.php:31
MediaWiki\Storage\NameTableAccessException\newFromDetails
static newFromDetails( $tableName, $accessType, $accessValue)
Definition
NameTableAccessException.php:39
MediaWiki\Storage
Definition
BadBlobException.php:3
includes
Storage
NameTableAccessException.php
Generated on Thu Jun 27 2024 14:04:26 for MediaWiki by
1.10.0