Elgg  Version master
ClassException.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Exceptions;
4 
10 class ClassException extends Exception {
11 
12 }
A generic parent class for Class exceptions.