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/CallException.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'engine/classes/CallException.php') diff --git a/engine/classes/CallException.php b/engine/classes/CallException.php index 369ce19bd..aaa55a653 100644 --- a/engine/classes/CallException.php +++ b/engine/classes/CallException.php @@ -1,10 +1,10 @@ - * @package Elgg - * @subpackage Exceptions + * Generic parent class for Call exceptions + * + * @package Elgg.Core + * @subpackage Exceptions.Stub */ -class CallException extends Exception {} +class CallException extends Exception {} \ No newline at end of file -- cgit v1.2.3