Skip to content
  • Aaron Patterson's avatar
    dec39e39
    Start hiding the exception object from the views · dec39e39
    Aaron Patterson authored
    We are currently mutating exception objects and I would like to stop
    doing that.  Unfortunately the views are calling many methods directly
    on the exception and expecting that the mutations exist.
    
    This patch refactors the templates so that they ask the ExceptionWrapper
    class for information about the exception rather than directly asking
    the exception object itself
    dec39e39
    Start hiding the exception object from the views
    Aaron Patterson authored
    We are currently mutating exception objects and I would like to stop
    doing that.  Unfortunately the views are calling many methods directly
    on the exception and expecting that the mutations exist.
    
    This patch refactors the templates so that they ask the ExceptionWrapper
    class for information about the exception rather than directly asking
    the exception object itself
Loading