Source code for cam.exception

"""Fabex 'exception.py'

Generic CAM Exception class.
"""


[docs] class CamException(Exception): pass