From 894b88f1102fa0dc43b2ac1035bf0af285b54f76 Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 11 Apr 2008 10:56:00 +0000 Subject: Marcus Povey * Added DataFormatException git-svn-id: https://code.elgg.org/elgg/trunk@433 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/exceptions.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engine') diff --git a/engine/lib/exceptions.php b/engine/lib/exceptions.php index e797f85bc..de18f9b7e 100644 --- a/engine/lib/exceptions.php +++ b/engine/lib/exceptions.php @@ -83,6 +83,16 @@ */ class CallException extends Exception {} + /** + * Data format exception + * An exception thrown when there is a problem in the format of some data. + * + * @author Marcus Povey + * @package Elgg + * @subpackage Exceptions + */ + class DataFormatException extends Exception {} + // Class exceptions /////////////////////////////////////////////////////////////////////// /** -- cgit v1.2.3