o
    tBh                     @   sB   d dl mZ ddlmZ erddlmZ dgZG dd deZdS )	    )TYPE_CHECKING   )GraphQLError   )SourceGraphQLSyntaxErrorc                       s2   e Zd ZdZdddededdf fdd	Z  ZS )
r   z+A GraphQLError representing a syntax error.sourcer   positiondescriptionreturnNc                    s$   t  jd| ||gd || _d S )NzSyntax Error: )r   	positions)super__init__r
   )selfr   r	   r
   	__class__ q/var/www/html/riverr-enterprise-integrations-main/venv/lib/python3.10/site-packages/graphql/error/syntax_error.pyr      s   
zGraphQLSyntaxError.__init__)__name__
__module____qualname____doc__intstrr   __classcell__r   r   r   r   r      s    &N)typingr   graphql_errorr   language.sourcer   __all__r   r   r   r   r   <module>   s    