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