blendercam/scripts/addons/fabex/exception.py

9 wiersze
100 B
Python

"""Fabex 'exception.py'
Generic CAM Exception class.
"""
class CamException(Exception):
pass