From 9f06043c68ecefafe839f1ceab99ac09a969df89 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 30 Apr 2024 13:50:26 +1200 Subject: [PATCH] Revert "Force re-run to unblock snyk" This reverts commit 210ddf91295225c4e916ae1539b563e99815d7d2. --- src/Appwrite/Extend/Exception.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Extend/Exception.php b/src/Appwrite/Extend/Exception.php index 38a0735d41..0ecb435dae 100644 --- a/src/Appwrite/Extend/Exception.php +++ b/src/Appwrite/Extend/Exception.php @@ -311,6 +311,7 @@ class Exception extends \Exception parent::__construct($this->message, $this->code, $previous); } + /** * Get the type of the exception. *