Source code for useful_inkleby.useful_django.views.exceptions

'''
Created on Aug 21, 2016

@author: Alex
'''
[docs]class RedirectException(Exception): """ lets you raise a redirect from anywhere in the structure rather than requiring returns to always prioritise it """ pass