Restructure exception

This commit is contained in:
Jake Barnby 2022-10-12 13:59:35 +13:00
parent 4bc44183b6
commit 39fcbe4d76
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -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
{