ok
Direktori : /opt/cloudlinux/venv/lib64/python3.11/site-packages/gitdb/__pycache__/ |
Current File : //opt/cloudlinux/venv/lib64/python3.11/site-packages/gitdb/__pycache__/exc.cpython-311.pyc |
� �܋f � � � d Z ddlmZ 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� � ZdS )zModule with common exceptions� )� to_hex_shac � � e Zd ZdZdS )�ODBErrorz(All errors thrown by the object databaseN��__name__� __module__�__qualname__�__doc__� � �Z/builddir/build/BUILD/cloudlinux-venv-1.0.6/venv/lib/python3.11/site-packages/gitdb/exc.pyr r s � � � � � �2�2�2�2r r c � � e Zd ZdZdS )� InvalidDBRootzDThrown if an object database cannot be initialized at the given pathNr r r r r r s � � � � � �N�N�N�Nr r c � � e Zd ZdZd� ZdS )� BadObjectzQThe object with the given SHA does not exist. Instantiate with the failed shac �<