Exception: Notiffany::Notifier::Base::UnsupportedPlatform
- Inherits:
-
UnavailableError
- Object
- RuntimeError
- UnavailableError
- Notiffany::Notifier::Base::UnsupportedPlatform
- Defined in:
- lib/notiffany/notifier/base.rb
Instance Method Summary collapse
-
#initialize ⇒ UnsupportedPlatform
constructor
A new instance of UnsupportedPlatform.
Methods inherited from UnavailableError
Constructor Details
#initialize ⇒ UnsupportedPlatform
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 |