mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Restructure exception
This commit is contained in:
@@ -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
|
||||
{
|
||||
Reference in New Issue
Block a user