3 lines
94 B
Python
3 lines
94 B
Python
|
class MalformedPacketException(Exception):
|
||
|
"""Custom Exception for LoRaWAN packet info"""
|