euscan-ng/euscanwww/annoying/exceptions.py

6 lines
123 B
Python
Raw Normal View History

class Redirect(Exception):
def __init__(self, *args, **kwargs):
self.args = args
self.kwargs = kwargs