monasca-notification/notification_exceptions.py

8 lines
140 B
Python
Raw Normal View History

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