wiki.techinc.nl/includes/gallery/ImageGalleryClassNotFoundException.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
164 B
PHP
Raw Normal View History

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