diff --git a/helpers/Grocycode.php b/helpers/Grocycode.php index 3f9af599..dbdbecf0 100644 --- a/helpers/Grocycode.php +++ b/helpers/Grocycode.php @@ -77,7 +77,7 @@ class Grocycode $gc = new self($code); return true; } - catch (Exception $e) + catch (\Exception $e) { return false; }