FreeDATA/tnc/exceptions.py

8 lines
142 B
Python

"""
Custom exceptions for FreeDATA Python code
"""
class NoCallsign(UserWarning):
"""Raised when a required callsign is not provided"""