示例#1
0
 def __init__(self, new_url, code=302):
     RoutingException.__init__(self, new_url)
     self.new_url = new_url
     self.code = code
示例#2
0
 def __init__(self, new_url):
     RoutingException.__init__(self, new_url)
     self.new_url = new_url
示例#3
0
 def __init__(self, new_url, code=301):
     RoutingException.__init__(self, new_url)
     self.new_url = new_url
     self.code = code
     print(request.endpoint)