Kodkollektivet / owtf-valhalla

owtf-valhalla
Other
2 stars 3 forks source link

Error handling, OWTFContainer class #29

Closed rasjostrom closed 8 years ago

rasjostrom commented 8 years ago

As of right now errors are being handled by just raising a general exception with a message. Some proper error handling here is needed.

jherrlin commented 8 years ago

What do you think @rasjostrom . Should we create custom exceptions for the class or should we use existing?

rasjostrom commented 8 years ago

Maybe, but more importantly we should try to recover from the errors where possible!

jherrlin commented 8 years ago

This was solved in #33 , good work @SpyrosMArtel ! I will close this issue now.