Fix the error inheritance problem in base.py
Created by: sicklybeans
Whenever an error is triggered, there is an additional error caused by the call to the super in the initialization for the error. Fix this
Created by: sicklybeans
Whenever an error is triggered, there is an additional error caused by the call to the super in the initialization for the error. Fix this