10 lines
145 B
Python

class NotificationException(Exception):
"""Base exception class.
"""
pass
class AlarmFormatError(NotificationException):
pass