Example #1
0
 def __init__(self, new_url, code=302):
     RoutingException.__init__(self, new_url)
     self.new_url = new_url
     self.code = code
Example #2
0
 def __init__(self, new_url):
     RoutingException.__init__(self, new_url)
     self.new_url = new_url
Example #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)