MediaWiki
REL1_39
Toggle main menu visibility
Main Page
Related Pages
Topics
Classes
Class List
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Files
File List
File Members
All
$
_
a
b
c
d
e
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
d
g
i
m
r
s
u
w
Variables
$
a
c
d
e
h
i
j
k
l
m
n
o
p
r
s
t
v
x
MetadataMergeException.php
Go to the documentation of this file.
1
<?php
24
namespace
MediaWiki\Session
;
25
26
use Exception;
27
use UnexpectedValueException;
28
36
class
MetadataMergeException
extends
UnexpectedValueException {
38
protected
$context
;
39
46
public
function
__construct
(
47
$message =
''
,
48
$code = 0,
49
Exception $previous =
null
,
50
array
$context
= []
51
) {
52
parent::__construct( $message, $code, $previous );
53
$this->context =
$context
;
54
}
46
public
function
__construct
( {
…
}
55
60
public
function
getContext
() {
61
return
$this->context
;
62
}
60
public
function
getContext
() {
…
}
63
68
public
function
setContext
( array
$context
) {
69
$this->context =
$context
;
70
}
68
public
function
setContext
( array
$context
) {
…
}
71
}
36
class
MetadataMergeException
extends
UnexpectedValueException {
…
};
MediaWiki\Session\MetadataMergeException
Subclass of UnexpectedValueException that can be annotated with additional data for debug logging.
Definition
MetadataMergeException.php:36
MediaWiki\Session\MetadataMergeException\$context
array $context
Definition
MetadataMergeException.php:38
MediaWiki\Session\MetadataMergeException\setContext
setContext(array $context)
Set context data.
Definition
MetadataMergeException.php:68
MediaWiki\Session\MetadataMergeException\__construct
__construct( $message='', $code=0, Exception $previous=null, array $context=[])
Definition
MetadataMergeException.php:46
MediaWiki\Session\MetadataMergeException\getContext
getContext()
Get context data.
Definition
MetadataMergeException.php:60
MediaWiki\Session
Definition
BotPasswordSessionProvider.php:24
includes
session
MetadataMergeException.php
Generated on Tue Jan 7 2025 00:24:27 for MediaWiki by
1.10.0