blob: 5170b53336d36477e536d616edbddb3c7b42b15d (
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 {}
|