TransformerValidationError now extends Exception rather than BaseException
This commit is contained in:
parent
39dbd0c26f
commit
98f0d14e05
@ -3,7 +3,7 @@ import constants
|
|||||||
import helpers
|
import helpers
|
||||||
|
|
||||||
|
|
||||||
class TransformerValidationError(BaseException):
|
class TransformerValidationError(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user