Method: Rake::Application#exit_because_of_exception
- Defined in:
- lib/rake/application.rb
#exit_because_of_exception(ex) ⇒ Object
Exit the program because of an unhandle exception. (may be overridden by subclasses)
180 181 182 |
# File 'lib/rake/application.rb', line 180 def exit_because_of_exception(ex) exit(false) end |