fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [9034] api: errorhandling


From: Sigurd Nes
Subject: [Fmsystem-commits] [9034] api: errorhandling
Date: Mon, 26 Mar 2012 19:25:23 +0000

Revision: 9034
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9034
Author:   sigurdne
Date:     2012-03-26 19:25:23 +0000 (Mon, 26 Mar 2012)
Log Message:
-----------
api: errorhandling

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.xslttemplates.inc.php

Modified: trunk/phpgwapi/inc/class.xslttemplates.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.xslttemplates.inc.php      2012-03-26 19:24:39 UTC 
(rev 9033)
+++ trunk/phpgwapi/inc/class.xslttemplates.inc.php      2012-03-26 19:25:23 UTC 
(rev 9034)
@@ -84,7 +84,7 @@
                */
                function halt($msg)
                {
-                       die($msg);
+                       throw new Exception($msg);
                }
 
                 /**




reply via email to

[Prev in Thread] Current Thread [Next in Thread]