KrzyHonk / bpmn-python

Project for creating a Python library that allows to import/export BPMN diagram (as an XML file) and provides a simple visualization capabilities
GNU General Public License v3.0
65 stars 44 forks source link

Error and exception handling #12

Closed KrzyHonk closed 7 years ago

KrzyHonk commented 8 years ago

At this moment, our library doesn't implement custom exception hanling. Thus, user will not get precise informations about source of error ora exception. We need to provide custom exception hadling to solve this issue.

KrzyHonk commented 7 years ago

Redefining problem.