Source code for pycic.exceptions

# -*- coding: utf-8 -*-

"""
Custom exceptions.

This module contains the set of pycic's exceptions.

"""


[docs]class InvalidCategory(IOError): """A valid category is required to make a request."""