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