Exception: Notifications::NotificationDaemonError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Notifications::NotificationDaemonError
- Defined in:
- lib/notifications.rb
Instance Method Summary collapse
-
#initialize ⇒ NotificationDaemonError
constructor
A new instance of NotificationDaemonError.
Constructor Details
#initialize ⇒ NotificationDaemonError
Returns a new instance of NotificationDaemonError.
17 18 19 |
# File 'lib/notifications.rb', line 17 def initialize super "Notification daemon not implemented or unavailable." end |