Your IP : 216.73.216.43


Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/webonyx/graphql-php/src/Server/
Upload File :
Current File : //proc/thread-self/root/home/rtorresani/www/vendor/webonyx/graphql-php/src/Server/RequestError.php

<?php declare(strict_types=1);

namespace GraphQL\Server;

use GraphQL\Error\ClientAware;

class RequestError extends \Exception implements ClientAware
{
    public function isClientSafe(): bool
    {
        return true;
    }
}