On Fri, Jun 1, 2012 at 12:51 PM, Marco Behnke <marco@xxxxxxxxxx> wrote: Ah, I guess that is the problem. Your application framework uses namespaces. > I guess you should try > > catch (\Exception $e) > > instead of > > catch (Exception $e) > > :-) > Ah, that was probably it. Will try it out tonight to confirm. Thanks! James