import traceback l = [1,2,3]
class MinLengthError(Exception): def __init__(self, message, errors): super().__init__