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