Source code for sofia_redux.visualization.utils.eye_error
# Licensed under a 3-clause BSD style license - see LICENSE.rst
__all__ = ['EyeError']
[docs]
class EyeError(ValueError):
"""Base class for error messages specific to the Eye viewer."""
pass