FreeDATA/freedata_server/exceptions.py

12 lines
192 B
Python

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