MediaWiki master
ImageGalleryClassNotFoundException.php
Go to the documentation of this file.
1<?php
2
4
5use LogicException;
6
12class ImageGalleryClassNotFoundException extends LogicException {
13}
14
16class_alias( ImageGalleryClassNotFoundException::class, 'ImageGalleryClassNotFoundException' );
Class for exceptions thrown by ImageGalleryBase::factory().