Exception: Notiffany::Notifier::Base::UnsupportedPlatform

Inherits:
UnavailableError
  • Object
show all
Defined in:
lib/notiffany/notifier/base.rb

Instance Method Summary collapse

Methods inherited from UnavailableError

#message

Constructor Details

#initializeUnsupportedPlatform

Returns a new instance of UnsupportedPlatform.



40
41
42
# File 'lib/notiffany/notifier/base.rb', line 40

def initialize
  super "Unsupported platform #{RbConfig::CONFIG['host_os'].inspect}"
end