
    `N`K                     &    d Z  G d de          ZdS )zYAPF error object.c                       e Zd ZdZdS )	YapfErrorzParent class for user errors or input errors.

  Exceptions of this type are handled by the command line tool
  and result in clear error messages, as opposed to backtraces.
  N)__name__
__module____qualname____doc__     3lib/python3.11/site-packages/yapf/yapflib/errors.pyr   r      s         
 $r	   r   N)r   	Exceptionr   r   r	   r
   <module>r      sA         	     r	   