class Notiffany::Notifier::Base::UnsupportedPlatform

def initialize

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