gplx/mediawiki/includes/gallery/ImageGalleryClassNotFoundEx...

10 lines
164 B
PHP

<?php
/**
* Class for exceptions thrown by ImageGalleryBase::factory().
*
* @since 1.38
*/
class ImageGalleryClassNotFoundException extends LogicException {
}