Skip to content
Snippets Groups Projects
TimeseriesFactoryException.py 169 B
Newer Older
"""
Base class for exceptions thrown by factories.
"""


class TimeseriesFactoryException(Exception):
    """Base class for exceptions thrown by factories."""