mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Restructure exception
This commit is contained in:
parent
4bc44183b6
commit
39fcbe4d76
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
namespace Appwrite\GraphQL;
|
namespace Appwrite\GraphQL;
|
||||||
|
|
||||||
use Appwrite\Extend\Exception;
|
use Appwrite\Extend\Exception as AppwriteException;
|
||||||
use GraphQL\Error\ClientAware;
|
use GraphQL\Error\ClientAware;
|
||||||
|
|
||||||
class GQLException extends Exception implements ClientAware
|
class Exception extends AppwriteException implements ClientAware
|
||||||
{
|
{
|
||||||
public function isClientSafe(): bool
|
public function isClientSafe(): bool
|
||||||
{
|
{
|
||||||
Loading…
Reference in a new issue