A class that overrides the Exception class.
Will accept a str value.
str
Exception
from milesianpy.error_handling import decimal_error decimal_error_class = decimal_error.DecimalError try: # Your code hereexcept decimal_error_class: # Do stuff here