FreeDATA/tnc/exceptions.py

8 lines
142 B
Python
Raw Normal View History

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