mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
Avoid errors by explicitely namespacing root exception
This commit is contained in:
@@ -76,7 +76,7 @@ class module_report_dashboard_feed implements module_report_dashboard_componentI
|
||||
$result->setApplication($app);
|
||||
|
||||
return $result;
|
||||
} catch (Exception $e) {
|
||||
} catch (\Exception $e) {
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user