neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

fix: raise Validation error when validation fails and use MrackError #216

Closed Tiboris closed 1 year ago

Tiboris commented 1 year ago

This is bit cosmetic change, adding MrackError class which is parent of all errors so later we just catch the MrackError exceptions.

Tiboris commented 1 year ago

I have run 2 regression runs in our CI should be okay to merge, thanks @dav-pascual for looking into the code.