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