Exception: Everdeen::UnsupportedPlatformError
- Inherits:
-
StandardError
- Object
- StandardError
- Everdeen::UnsupportedPlatformError
- Defined in:
- lib/everdeen.rb
Instance Method Summary collapse
-
#initialize ⇒ UnsupportedPlatformError
constructor
A new instance of UnsupportedPlatformError.
Constructor Details
#initialize ⇒ UnsupportedPlatformError
Returns a new instance of UnsupportedPlatformError.
19 20 21 |
# File 'lib/everdeen.rb', line 19 def initialize super "Everdeen does not support this architecture: #{RUBY_PLATFORM}" end |