blob: a2403405406b566a130bb3bac8b1662387aa29ad (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* Class not found
*
* Thrown when trying to load a class that doesn't exist.
*
* @package Elgg.Core
* @subpackage Exceptions
*/
class ClassNotFoundException extends ClassException {}
|