Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<?php
/**
* Class for exceptions thrown by ImageGalleryBase::factory().
*
* @since 1.38
*/
class ImageGalleryClassNotFoundException extends LogicException {
}