jkaluza / odcs

Forked from odcs 6 years ago
Clone

372aa5a Register error handler for user defined exceptions first

Authored and Committed by qwan 6 years ago
    Register error handler for user defined exceptions first
    
    Old version of Flask's errorhandler relies on registration order
    instead of exception hierarchy, for example with old version of Flask,
    NotFound exception will result in '400 BAD REQUEST' instead of
    '404 NOT FOUND'.
    
        
file modified
+5 -5