Author: Alexandru Stanoi Date: 2007-01-10 16:49:29 +0100 (Wed, 10 Jan 2007) New Revision: 4486
Log: - ezcMailTransportException inherits from ezcMailException, and not directly from ezcBaseException. Modified: trunk/Mail/ChangeLog trunk/Mail/src/exceptions/transport_exception.php Modified: trunk/Mail/ChangeLog =================================================================== --- trunk/Mail/ChangeLog 2007-01-10 15:41:48 UTC (rev 4485) +++ trunk/Mail/ChangeLog 2007-01-10 15:49:29 UTC (rev 4486) @@ -1,3 +1,10 @@ +1.3beta1 - [RELEASEDATE] +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- ezcMailTransportException inherits from ezcMailException, and not directly + from ezcBaseException. + + 1.2.1 - [RELEASEDATE] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Modified: trunk/Mail/src/exceptions/transport_exception.php =================================================================== --- trunk/Mail/src/exceptions/transport_exception.php 2007-01-10 15:41:48 UTC (rev 4485) +++ trunk/Mail/src/exceptions/transport_exception.php 2007-01-10 15:49:29 UTC (rev 4486) @@ -15,7 +15,7 @@ * @package Mail * @version //autogen// */ -class ezcMailTransportException extends ezcBaseException +class ezcMailTransportException extends ezcMailException { /** * Constructs an ezcMailTransportException with low level information $message. -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components