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