2014-03-10 16:51:08 -06:00
|
|
|
|
|
|
|
class NotificationException(Exception):
|
2014-03-11 13:05:14 -06:00
|
|
|
""" Base exception class """
|
|
|
|
pass
|
|
|
|
|
2014-03-11 16:46:02 -06:00
|
|
|
|
2014-03-11 13:05:14 -06:00
|
|
|
class AlarmFormatError(NotificationException):
|
2014-03-10 16:51:08 -06:00
|
|
|
pass
|