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
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
includes
/
gallery
/
ImageGalleryClassNotFoundException.php
blob
54eaab40c384ecc3e2e78828ccfc1beb358f398b
1
<
?php
2
3
/**
4
* Class for exceptions thrown by ImageGalleryBase::factory().
5
*
6
* @since 1.38
7
*/
8
class
ImageGalleryClassNotFoundException
extends
LogicException
{
9
}