🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:17:42 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
gitdb
/
__pycache__
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/gitdb/__pycache__
🔄 Refresh
✏️
Editing: exc.cpython-311.pyc
Read Only
� f(�z�k��� � � 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__� � �[/builddir/build/BUILD/cloudlinux-venv-1.0.10/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 �<