From e843c0059d6a55971c028183c86bc2d95bc2072f Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Tue, 23 Aug 2022 16:05:47 +0300 Subject: [PATCH] Update src/Appwrite/Extend/Exception.php Co-authored-by: Eldad A. Fux --- 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 93a9aceeb4..1648b67d34 100644 --- a/src/Appwrite/Extend/Exception.php +++ b/src/Appwrite/Extend/Exception.php @@ -181,7 +181,6 @@ class Exception extends \Exception public const VIDEO_SUBTITLE_SEGMENT_NOT_FOUND = 'video_subtitle_segment_not_found'; - private $type = ''; public function __construct(string $message, int $code = 0, string $type = Exception::GENERAL_UNKNOWN, \Throwable $previous = null)