Your IP : 216.73.216.220


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/webonyx/graphql-php/src/Server/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/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;
    }
}