mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
Avoid errors by explicitely namespacing root exception
This commit is contained in:
@@ -850,7 +850,7 @@ class module_report
|
||||
$this->setReport();
|
||||
|
||||
return $this->report;
|
||||
} catch (Exception $e) {
|
||||
} catch (\Exception $e) {
|
||||
echo $e->getMessage();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user