raising a new style class which doesn't inherit from baseexception python code example
Example: raising a new style class which doesn't inherit from baseexception python
class exception(exception):
pass
#This fixes this error
class exception(exception):
pass
#This fixes this error