FreeDATA/modem/exceptions.py

7 lines
142 B
Python

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