Localisation updates from https://translatewiki.net.
[mediawiki.git] / includes / gallery / ImageGalleryClassNotFoundException.php
blob54eaab40c384ecc3e2e78828ccfc1beb358f398b
1 <?php
3 /**
4 * Class for exceptions thrown by ImageGalleryBase::factory().
6 * @since 1.38
7 */
8 class ImageGalleryClassNotFoundException extends LogicException {