
    $g                     P    d dl mZ ddlmZ erddlmZ dgZ G d de          ZdS )	    )TYPE_CHECKING   )GraphQLError   )SourceGraphQLSyntaxErrorc                   4     e Zd ZdZdddededdf fdZ xZS )	r   z+A GraphQLError representing a syntax error.sourcer   positiondescriptionreturnNc                 f    t                                          d| ||g           || _        d S )NzSyntax Error: )r
   	positions)super__init__r   )selfr
   r   r   	__class__s       Z/var/www/html/netbox-4.1.3/venv/lib/python3.11/site-packages/graphql/error/syntax_error.pyr   zGraphQLSyntaxError.__init__   sE    *[**6hZ 	 	
 	
 	
 '    )__name__
__module____qualname____doc__intstrr   __classcell__)r   s   @r   r   r      s_        55'x '3 'S 'T ' ' ' ' ' ' ' ' ' 'r   N)typingr   graphql_errorr   language.sourcer   __all__r    r   r   <module>r"      s                ' ' ' ' ' ' )((((((
 ' ' ' ' ' ' ' ' ' 'r   