FreeDATA/tnc/exceptions.py
2022-06-17 19:48:47 -04:00

7 lines
141 B
Python

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