10 lines
161 B
PHP
10 lines
161 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Class for exceptions thrown by ImageGalleryBase::factory().
|
||
|
|
*
|
||
|
|
* @since 1.38
|
||
|
|
*/
|
||
|
|
class ImageGalleryClassNotFoundException extends MWException {
|
||
|
|
}
|