Suppose you are writing a program to sell tickets to a concert. The maximum number of tickets available is 400. You created your own error type. Class over400error(exception): pass what is the missing term in the code that handles that error? if tickets > 400: over400error.