Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
ImageGalleryClassNotFoundException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3/**
4 * Class for exceptions thrown by ImageGalleryBase::factory().
5 *
6 * @since 1.38
7 */
8class ImageGalleryClassNotFoundException extends LogicException {
9}