EasyVision
EasyVision

Source code for EasyVision.exceptions

# -*- coding: utf-8 -*-
"""This module defines all the base exceptions used throughout EasyVision algorithms.

"""


[docs]class EasyVisionError(Exception): """General EasyVision exception""" pass