Exception: Elscripto::UnsupportedOSError

Inherits:
Exception
  • Object
show all
Defined in:
lib/elscripto/app.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(os) ⇒ UnsupportedOSError

Returns a new instance of UnsupportedOSError.



34
35
36
# File 'lib/elscripto/app.rb', line 34

def initialize(os)
  super "Sorry, Elscripto does not currently support #{os}"
end