Skip to content

Allow exceptions to be handled outside wsmeext.pecan

Christophe de Vienne requested to merge bitbucket/declined-pr-18 into branch/default

Created originally on Bitbucket by jianingy (Jianing Yang)

Changesets for this Pull Request have not been imported, because it had been already declined on Bitbucket. Marked as closed by the import user.

Currently, all exceptions are catched by wsmeext.pecan. This commit add an argument to expose' named expect_exception' to allow middlewares outside wsmeext.pecan handle exceptions.

Merge request reports