blob: 6dfb57b0eb6dd847324668217ea118b6dce7feeb (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* ClassException
* A class Exception, throw when there is a class error.
*
* @author Curverider Ltd <info@elgg.com>
* @package Elgg
* @subpackage Exceptions
*/
class ClassException extends Exception {}
|