FreeDATA/tnc/exceptions.py

7 lines
141 B
Python
Raw Normal View History

2022-06-17 23:48:47 +00:00
"""
Custom exceptions for FreeDATA Python code
"""
class NoCallsign(UserWarning):
"""Raised when a required callsign is not provided"""