class Rake::Application

def exit_because_of_exception(ex) # :nodoc:

:nodoc:
(may be overridden by subclasses)
Exit the program because of an unhandled exception.
def exit_because_of_exception(ex) # :nodoc:
  exit(false)
end