¤^ > d Z G d de Z G d de Z G d de Z G d de Z G d d e Z G d de Z G d de Z G d de Z G d de Z G d de Z G d de Z dS )z!Exceptions coverage.py can raise.c e Zd ZdZdS )_BaseCoverageExceptionz)The base-base of all Coverage exceptions.N__name__ __module____qualname____doc__ g/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib64/python3.11/site-packages/coverage/exceptions.pyr r 33Dr r c e Zd ZdZdS )CoverageExceptionz7The base class of all exceptions raised by Coverage.py.Nr r r r r r s AADr r c e Zd ZdZdS )ConfigErrorz0A problem with a config file, or a value in one.Nr r r r r r s ::Dr r c e Zd ZdZdS ) DataErrorzAn error in using a data file.Nr r r r r r s ((Dr r c e Zd ZdZdS )NoDataErrorz!We didn't have data to work with.Nr r r r r r ++Dr r c e Zd ZdZdS )NoSourcez)We couldn't find the source for a module.Nr r r r r r r r r c e Zd ZdZdS )NoCodez!We couldn't find any code at all.Nr r r r r r $ r r r c e Zd ZdZdS ) NotPythonz3A source file turned out not to be parsable Python.Nr r r r r r ) s ==Dr r c e Zd ZdZdS )PluginErrorzA plugin misbehaved.Nr r r r r r . s Dr r c e Zd ZdZdS )_ExceptionDuringRunzAn exception happened while running customer code. Construct it with three arguments, the values from `sys.exc_info`. Nr r r r r r 3 s Dr r c e Zd ZdZdS )CoverageWarningzA warning from Coverage.py.Nr r r r r! r! <