Exception: Notifications::NotificationDaemonError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/notifications.rb

Instance Method Summary collapse

Constructor Details

#initializeNotificationDaemonError

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