FreeDATA/modem/exceptions.py

8 lines
142 B
Python
Raw Normal View History

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