Source code for hvl_ccb.error

#  Copyright (c) ETH Zurich, SIS ID and HVL D-ITET
#
"""
Introduce a common code base error for the CCB
"""


[docs] class CCBError(Exception): pass