Fix bug : API throws 500 error when session is not re-openened

This commit is contained in:
Romain Neutron
2011-12-15 14:04:00 +01:00
parent 9e87701623
commit 6d2daacd9b

View File

@@ -148,7 +148,7 @@ $app->before(function($request) use ($app)
return;
}
catch (Exception $e)
catch (\Exception $e)
{
}