= private = protected
error(detail)
Called if #debug is true whenever an unhandled exception is raised. This implementation simply logs the backtrace.
detail
The Exception that was caught
# File lib/gserver.rb, line 196 def error(detail) log(detail.backtrace.join("\n")) end