MediaWiki
master
ImageGalleryClassNotFoundException.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Gallery\Exception
;
4
5
use LogicException;
6
12
class
ImageGalleryClassNotFoundException
extends
LogicException {
13
}
14
16
class_alias( ImageGalleryClassNotFoundException::class,
'ImageGalleryClassNotFoundException'
);
MediaWiki\Gallery\Exception\ImageGalleryClassNotFoundException
Class for exceptions thrown by ImageGalleryBase::factory().
Definition
ImageGalleryClassNotFoundException.php:12
MediaWiki\Gallery\Exception
Definition
ImageGalleryClassNotFoundException.php:3
includes
Gallery
Exception
ImageGalleryClassNotFoundException.php
Generated on Wed Feb 18 2026 05:38:20 for MediaWiki by
1.10.0