@trigger_error('NodeNotFoundException has been deprecated since v1.1 and will be removed in v2.0, use "Ynlo\GraphQLBundle\Exception\Controlled\NotFoundError" instead', E_USER_DEPRECATED);
17
18
/**
19
* @deprecated since v1.1 and will be removed in v2.0, use Ynlo\GraphQLBundle\Exception\Controlled\NotFoundError instead
20
*/
21
class NodeNotFoundException extends UserError
22
{
23
/**
24
* {@inheritdoc}
25
*/
26
public function __construct($message = null, $code = 0, Throwable $previous = null)