mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
7 lines
142 B
Python
7 lines
142 B
Python
"""
|
|
Custom exceptions for FreeDATA Python code
|
|
"""
|
|
|
|
|
|
class NoCallsign(UserWarning):
|
|
"""Raised when a required callsign is not provided"""
|