From 45c14238add012729c01f3196076e33965e365a9 Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 20 Sep 2010 21:07:18 +0000 Subject: Refs #2450: Documented first bit of the classes. git-svn-id: http://code.elgg.org/elgg/trunk@6952 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ClassNotFoundException.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engine/classes/ClassNotFoundException.php') diff --git a/engine/classes/ClassNotFoundException.php b/engine/classes/ClassNotFoundException.php index f344e6b28..f35b2e40a 100644 --- a/engine/classes/ClassNotFoundException.php +++ b/engine/classes/ClassNotFoundException.php @@ -1,10 +1,10 @@ - * @package Elgg + * Thrown when trying to load a class that doesn't exist. + * + * @package Elgg.Core * @subpackage Exceptions */ class ClassNotFoundException extends ClassException {} \ No newline at end of file -- cgit v1.2.3