Exception: Everdeen::UnsupportedPlatformError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/everdeen.rb

Instance Method Summary collapse

Constructor Details

#initializeUnsupportedPlatformError

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