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