Method: ExtJS::Theme::Command.error

Defined in:
lib/extjs-theme/command.rb

.error(msg) ⇒ Object



51
52
53
54
# File 'lib/extjs-theme/command.rb', line 51

def error(msg)
  STDERR.puts(msg)
  exit 1
end