""" Defines the ChacoShellError class.
"""

class ChacoShellError(RuntimeError):
    """ Error raised by the Chaco shell.
    """
    pass

# EOF
