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. *