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