repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revisions: Style action links in old revision notices as links
[mediawiki.git]
/
includes
/
config
/
EtcdConfigParseError.php
blob
9958984c3d881a52abe6cb17b167aa69ec8f6d61
1
<
?php
2
3
namespace
MediaWiki\Config
;
4
5
use
Exception
;
6
7
/**
8
* @newable
9
*/
10
class
EtcdConfigParseError
extends
Exception
{
11
}
12
13
/** @deprecated class alias since 1.41 */
14
class_alias
(
EtcdConfigParseError
::
class
,
'EtcdConfigParseError'
);