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