diff --git a/src/Appwrite/GraphQL/GQLException.php b/src/Appwrite/GraphQL/Exception.php similarity index 66% rename from src/Appwrite/GraphQL/GQLException.php rename to src/Appwrite/GraphQL/Exception.php index 9c52fe5615..71e8bcd8e6 100644 --- a/src/Appwrite/GraphQL/GQLException.php +++ b/src/Appwrite/GraphQL/Exception.php @@ -2,10 +2,10 @@ namespace Appwrite\GraphQL; -use Appwrite\Extend\Exception; +use Appwrite\Extend\Exception as AppwriteException; use GraphQL\Error\ClientAware; -class GQLException extends Exception implements ClientAware +class Exception extends AppwriteException implements ClientAware { public function isClientSafe(): bool {