Newer
Older
# SPDX-License-Identifier: GPL-2.0-or-later
# -----------------------------------------------------------------------
# Author: Alan Odom (Clockmender), Rune Morling (ermo) Copyright (c) 2019
# -----------------------------------------------------------------------
#
# Exceptions are used in the absence of nullable types in python
"""Selection Error Exception."""
"""Invalid Vector Exception."""
"""Command Failure Exception."""
class ObjectModeError(Exception):
"""Object Mode Error Exception."""
"""Mathematical Expression Error Exception."""
"""Infinite Radius Error Exception."""
"""No Active Object Exception."""
"""Failure to Find Intersect Exception."""
"""Invalid Operation Error Exception."""
"""Vertices Already Connected Exception."""
"""Angle Given was Outside Parameters Exception."""
class ShaderError(Exception):
"""GL Shader Error Exception."""
class FeatureError(Exception):
"""Wrong Feature Type Error Exception."""
pass