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
Implement extension registration from an extension.json file
[mediawiki.git]
/
includes
/
exception
/
TimestampException.php
blob
b9c0c35c7153379e3be03a6e79ed83d51178c669
1
<
?php
2
3
/**
4
* @since 1.20
5
*/
6
class
TimestampException
extends
MWException
{
7
}