graphql-php/src/Error/UserError.php

14 lines
189 B
PHP
Raw Normal View History

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