FreeDATA/freedata_server/exceptions.py

11 lines
191 B
Python

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