# Copyright (C) 2002, Thomas Hamelryck (thamelry@vub.ac.be)
# This code is part of the Biopython distribution and governed by its
# license.  Please see the LICENSE file that should have been included
# as part of this package.  

__doc__="Some Bio.PDB specific exceptions."

# General error
PDBException="PDBException"

# The PDB file cannot be unambiguously represented in the SMCRA 
# data structure
PDBConstructionException="PDBConstructionException"
