2017-05-28 11:44:49 +02:00
|
|
|
<?php
|
|
|
|
namespace GraphQL\Error;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Class UserError
|
|
|
|
*
|
2017-07-10 20:17:55 +07:00
|
|
|
* Error that can be safely displayed to client...
|
2017-05-28 11:44:49 +02:00
|
|
|
*
|
|
|
|
* @package GraphQL\Error
|
|
|
|
*/
|
|
|
|
class UserError extends InvariantViolation
|
|
|
|
{
|
|
|
|
}
|