Exception: Tomo::CLI::InterruptedError

Inherits:
Error
  • Object
show all
Defined in:
lib/tomo/cli/interrupted_error.rb

Instance Attribute Summary

Attributes inherited from Error

#command_name

Instance Method Summary collapse

Methods inherited from Error

raise_with

Methods included from Tomo::Colors

enabled?

Instance Method Details

#to_consoleObject



6
7
8
# File 'lib/tomo/cli/interrupted_error.rb', line 6

def to_console
  "Interrupted"
end