baffelli / pyperator

Simple python workflow engine based on asyncio and a DAG structure.
MIT License
59 stars 7 forks source link

Subclass Exceptions #2

Closed baffelli closed 7 years ago

baffelli commented 7 years ago

Subclass all exceptions happening whitin component from a "ComponentException" that takes the current component as a constructor argument, to avoid using format(name=self.name) in all the case where an exception is thrown.

baffelli commented 7 years ago

Partly solved in be79a7671a5261c9e7fe74c1f2fcb47b2e2fe8f8