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/DataFormatException.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engine/classes/DataFormatException.php') diff --git a/engine/classes/DataFormatException.php b/engine/classes/DataFormatException.php index 2038f1fb7..be443efce 100644 --- a/engine/classes/DataFormatException.php +++ b/engine/classes/DataFormatException.php @@ -3,8 +3,7 @@ * Data format exception * An exception thrown when there is a problem in the format of some data. * - * @author Curverider Ltd - * @package Elgg - * @subpackage Exceptions + * @package Elgg.Core + * @subpackage Exceptions.Stub */ class DataFormatException extends Exception {} -- cgit v1.2.3