class Notiffany::Notifier::Base::UnsupportedPlatform
Public Class Methods
Source
# File lib/notiffany/notifier/base.rb, line 40 def initialize super "Unsupported platform #{RbConfig::CONFIG['host_os'].inspect}" end
Calls superclass method
Notiffany::Notifier::Base::UnavailableError::new