KiBot/kiplot/error.py

8 lines
63 B
Python

"""
KiPlot errors
"""
class KiPlotError(Exception):
pass