Skip to content

SOURCE CODE plkit.exceptions DOCS

"""Exceptions for plkit"""

class PlkitException(Exception):DOCS
    """Base exception class for plkit"""

class PlkitDataException(PlkitException):DOCS
    """Something wrong when preparing data"""

class PlkitConfigException(PlkitException):DOCS
    """When certain config items are missing"""