monasca-notification/notification_exceptions.py
2014-03-11 13:05:14 -06:00

8 lines
140 B
Python

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