Update src/Appwrite/Extend/Exception.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Shimon Newman
2022-08-23 16:05:47 +03:00
committed by GitHub
co-authored by Eldad A. Fux
parent 93d777a412
commit e843c0059d
-1
View File
@@ -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)