Author: kn
Date: Tue May  8 16:27:28 2007
New Revision: 5146

Log:
- Fixed issue #10741: Make ezcGraphOutOfLogithmicalBoundingsException more
  descriptive

Modified:
    trunk/Graph/ChangeLog
    trunk/Graph/src/exceptions/out_of_logarithmical_boundings.php
Modified: trunk/Graph/ChangeLog
==============================================================================
--- trunk/Graph/ChangeLog (original)
+++ trunk/Graph/ChangeLog Tue May  8 16:27:28 2007
@@ -1,3 +1,9 @@
+1.1rc1 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #10741: Make ezcGraphOutOfLogithmicalBoundingsException more
+  descriptive
+
 1.1beta1 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/Graph/src/exceptions/out_of_logarithmical_boundings.php
==============================================================================
--- trunk/Graph/src/exceptions/out_of_logarithmical_boundings.php (original)
+++ trunk/Graph/src/exceptions/out_of_logarithmical_boundings.php Tue May  8 16:27:28 2007
@@ -18,7 +18,7 @@
 {
     public function __construct( $minimum )
     {
-        parent::__construct( "Data exceeds displayable values on a logarithmical scaled axis." );
+        parent::__construct( "Value '$minimum' exceeds displayable values on a logarithmical scaled axis." );
     }
 }
 

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to