[limb-svn] r5861 - 3.x/trunk/limb/core/src/exception

svn at limb-project.com svn at limb-project.com
Fri May 11 08:23:53 MSD 2007


Author: pachanga
Date: 2007-05-11 08:23:53 +0400 (Fri, 11 May 2007)
New Revision: 5861
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5861

Modified:
   3.x/trunk/limb/core/src/exception/lmbException.class.php
Log:
-- lmbException :: getParam($name) added

Modified: 3.x/trunk/limb/core/src/exception/lmbException.class.php
===================================================================
--- 3.x/trunk/limb/core/src/exception/lmbException.class.php	2007-05-10 14:49:53 UTC (rev 5860)
+++ 3.x/trunk/limb/core/src/exception/lmbException.class.php	2007-05-11 04:23:53 UTC (rev 5861)
@@ -30,6 +30,12 @@
   {
     return $this->params;
   }
+  
+  function getParam($name)
+  {
+    if(isset($this->params[$name]))
+      return $this->params[$name];
+  }
 
   function getNiceTraceAsString()
   {



More information about the limb-svn mailing list