aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ClassException.php
blob: 50dd18d188700513bf62b783944349bae79bdebb (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * Class Exception
 *
 * A generic parent class for Class exceptions
 *
 * @package Elgg.Core
 * @subpackage Exceptions.Stub
 */
class ClassException extends Exception {}