Author: Frederik Holljen
Date: 2006-01-17 11:43:47 +0100 (Tue, 17 Jan 2006)
New Revision: 1937
Log:
ezcMailException inherits from BaseException
Modified:
packages/Mail/trunk/ChangeLog
packages/Mail/trunk/src/exceptions/mail_exception.php
Modified: packages/Mail/trunk/ChangeLog
===================================================================
--- packages/Mail/trunk/ChangeLog 2006-01-17 10:38:08 UTC (rev 1936)
+++ packages/Mail/trunk/ChangeLog 2006-01-17 10:43:47 UTC (rev 1937)
@@ -1,3 +1,7 @@
+1.0 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+- ezcMailException now inherits from ezcBaseException and not Exception
+
1.0rc1 - Monday 16 January 2006
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Modified: packages/Mail/trunk/src/exceptions/mail_exception.php
===================================================================
--- packages/Mail/trunk/src/exceptions/mail_exception.php 2006-01-17
10:38:08 UTC (rev 1936)
+++ packages/Mail/trunk/src/exceptions/mail_exception.php 2006-01-17
10:43:47 UTC (rev 1937)
@@ -14,7 +14,7 @@
* @package Mail
* @version //autogen//
*/
-class ezcMailException extends Exception
+class ezcMailException extends ezcBaseException
{
/**
* Constructs a new ezcMailException with error message $message and
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components