aboutsummaryrefslogtreecommitdiffstats
path: root/TSGroupAssigner/exceptions.py
blob: a0bb55bace6a6126cdd0ac2c9323866b54a5a6e3 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

__all__ = ['DateException']


class DateException(Exception):
    """Exceptions thrown if configured date is out of range"""