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