256
264
raise common.util.IVLEError(httpcode, message)
266
def handle_unknown_exception(self, exc_type, exc_value, exc_tb):
258
285
def throw_redirect(self, location):
259
286
"""Writes out an HTTP redirect to the specified URL. Exits the
260
287
process, so any code following this call will not be executed.