class Async::HTTP::Response

def self.for_exception(exception)

def self.for_exception(exception)
	Async::HTTP::Response[500, {'content-type' => 'text/plain'}, ["#{exception.class}: #{exception.message}"]]
end