method
with_friendly_errors
ruby latest stable - Class:
Bundler
with_friendly_errors()public
No documentation available.
# File lib/bundler/friendly_errors.rb, line 122
def self.with_friendly_errors
yield
rescue SignalException
raise
rescue Exception => e
FriendlyErrors.log_error(e)
exit FriendlyErrors.exit_status(e)
end