don't eat exceptions, since we don't have integrated error handling yet
authorChuck Hagenbuch <chuck@horde.org>
Wed, 24 Dec 2008 21:27:55 +0000 (16:27 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 24 Dec 2008 21:27:55 +0000 (16:27 -0500)
framework/Controller/lib/Horde/Controller/Base.php

index dc6b51c..dc8c298 100644 (file)
@@ -161,6 +161,7 @@ abstract class Horde_Controller_Base
             }
         } catch (Exception $e) {
             // error handling
+            throw $e;
         }
 
         return $this->_response;