Class: Ukiryu::Errors::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Ukiryu::Errors::Error
- Defined in:
- lib/ukiryu/errors.rb
Overview
Base error class with helpful context
Direct Known Subclasses
DefinitionError, ExecutableNotFoundError, ExecutionError, LoadError, ProfileLoadError, ProfileNotFoundError, TimeoutError, ToolNotFoundError, UnknownShellError, UnsupportedPlatformError, ValidationError, VersionDetectionError, OptionsBuilder::Validator::ValidationError
Constant Summary
Constants inherited from StandardError
Instance Method Summary collapse
-
#suggestions ⇒ Array<String>
Get suggestions for resolving this error.
Methods inherited from StandardError
Instance Method Details
#suggestions ⇒ Array<String>
Get suggestions for resolving this error
11 12 13 |
# File 'lib/ukiryu/errors.rb', line 11 def suggestions [] end |