aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ClassException.php
blob: db510a68d12d966219f7ec0b20912bd4a7fd0b23 (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 {}