Is thrown when the command is not known
# File lib/bigbench/executor.rb, line 18 def message puts "\n\n" puts "Sorry, could not compile your command. Please enter one of the following commands:\n\n" COMMANDS.each{ |command| puts command } puts " " "Sorry, could not compile your command." end