From 6656df551f205d4792773dcef3c889759ae04040 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Aug 2008 16:25:14 +0000 Subject: Adjusted contributors file. git-svn-id: https://code.elgg.org/elgg/trunk@1806 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/exceptions.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'engine/lib/exceptions.php') diff --git a/engine/lib/exceptions.php b/engine/lib/exceptions.php index de18f9b7e..23b24eec1 100644 --- a/engine/lib/exceptions.php +++ b/engine/lib/exceptions.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Exceptions * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ @@ -17,7 +17,7 @@ * IOException * An IO Exception, throw when an IO Exception occurs. Subclass for specific IO Exceptions. * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ @@ -27,7 +27,7 @@ * ClassException * A class Exception, throw when there is a class error. * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ @@ -37,7 +37,7 @@ * ConfigurationException * There is a configuration error * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ @@ -47,7 +47,7 @@ * SecurityException * An Security Exception, throw when a Security Exception occurs. Subclass for specific Security Execeptions (access problems etc) * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ @@ -57,7 +57,7 @@ * ClassNotFoundException * An database exception, throw when a database exception happens, subclass if more detail is needed. * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ @@ -67,7 +67,7 @@ * APIException * The API Exception class, thrown by the API layer when an API call has an issue. * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ @@ -77,7 +77,7 @@ * CallException * An exception thrown when there is a problem calling something. * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ @@ -87,7 +87,7 @@ * Data format exception * An exception thrown when there is a problem in the format of some data. * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ @@ -99,7 +99,7 @@ * InvalidClassException * An invalid class Exception, throw when a class is invalid. * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ @@ -109,7 +109,7 @@ * ClassNotFoundException * An Class not found Exception, throw when an class can not be found occurs. * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ @@ -121,7 +121,7 @@ * InstallationException * Thrown when there is a major problem with the installation. * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ @@ -134,7 +134,7 @@ * Thrown when a method or function has not been implemented, primarily used in development... you should * not see these! * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ @@ -144,7 +144,7 @@ * InvalidParameterException * A parameter is invalid. * - * @author Marcus Povey + * @author Curverider Ltd * @package Elgg * @subpackage Exceptions */ -- cgit v1.2.3