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