graphql-php/src/Error/UserError.php

15 lines
196 B
PHP
Raw Normal View History

<?php
namespace GraphQL\Error;
/**
* Class UserError
*
* Note:
* Error that can be display safely to client...
*
* @package GraphQL\Error
*/
class UserError extends InvariantViolation
{
}