Method: Thin::Connection#unexpected_error

Defined in:
lib/thin/connection.rb

#unexpected_error(e) ⇒ Object

Logs information about an unexpected exceptional condition



131
132
133
# File 'lib/thin/connection.rb', line 131

def unexpected_error(e)
  log_error("Unexpected error while processing request", e)
end