Exception: Tomo::SSH::UnknownError
- Defined in:
- lib/tomo/ssh/unknown_error.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from Error
Methods included from Colors
Instance Method Details
#to_console ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/tomo/ssh/unknown_error.rb', line 6 def to_console msg = <<~ERROR An unknown error occurred trying to SSH to #{yellow(host)}. ERROR [msg, super].join("\n") end |