
    Ri                         d Z ddlmZ  G d de      Z G d de      Z G d de      Z G d	 d
e      Z G d de      Zy)z!Some Bio.PDB-specific exceptions.    )BiopythonWarningc                       e Zd ZdZy)PDBExceptionzDefine class PDBException.N__name__
__module____qualname____doc__     M/home/agent/.friday_env/lib/python3.12/site-packages/Bio/PDB/PDBExceptions.pyr   r          $r   r   c                       e Zd ZdZy)PDBConstructionExceptionz&Define class PDBConstructionException.Nr   r   r   r   r   r      s    0r   r   c                       e Zd ZdZy)PDBConstructionWarningz$Define class PDBConstructionWarning.Nr   r   r   r   r   r      s    .r   r   c                       e Zd ZdZy)PDBIOExceptionzDefine class PDBIOException.Nr   r   r   r   r   r      s    &r   r   c                       e Zd ZdZy)PDBIOWarningzDefine class PDBIOWarning.Nr   r   r   r   r   r   !   r   r   r   N)	r
   Bior   	Exceptionr   r   r   r   r   r   r   r   <module>r      sK    (  %9 %1y 1/- /
'Y '%# %r   