class GirlFriday::ErrorHandler::Stderr

Public Instance Methods

handle(ex) click to toggle source
# File lib/girl_friday/error_handler.rb, line 11
def handle(ex)
  $stderr.puts(ex)
  $stderr.puts(ex.backtrace.join("\n"))
end