Class: Ukiryu::Errors::UnsupportedPlatformError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Ukiryu::Errors::UnsupportedPlatformError
- Defined in:
- lib/ukiryu/errors.rb
Overview
Platform errors
Constant Summary
Constants inherited from StandardError
Instance Method Summary collapse
Methods inherited from StandardError
Instance Method Details
#suggestions ⇒ Object
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 |