Class: Ukiryu::Errors::UnsupportedPlatformError

Inherits:
Error show all
Defined in:
lib/ukiryu/errors.rb

Overview

Platform errors

Constant Summary

Constants inherited from StandardError

StandardError::FILENO

Instance Method Summary collapse

Methods inherited from StandardError

stderr?

Instance Method Details

#suggestionsObject



29
30
31
32
33
34
35
# File 'lib/ukiryu/errors.rb', line 29

def suggestions
  [
    'Ukiryu supports: macOS, Linux, Windows',
    "Current platform: #{RUBY_PLATFORM}",
    'Check if running on a supported operating system'
  ]
end