Exceptions ========== Custom exception hierarchy for pyArchimate. All exceptions derive from the base ``ArchimateError`` so callers can catch the whole family with a single ``except ArchimateError`` clause. Module contents --------------- .. automodule:: pyArchimate.exceptions :members: :undoc-members: :show-inheritance: