Merge "Remove the unused ApplicationContextNotFoundException"

This commit is contained in:
Jenkins 2017-04-26 09:58:17 +00:00 committed by Gerrit Code Review
commit 836a7ba68a
1 changed files with 0 additions and 5 deletions

View File

@ -75,8 +75,3 @@ class MistralException(Exception):
"""
message = "An unknown exception occurred"
class ApplicationContextNotFoundException(MistralException):
http_code = 400
message = "Application context not found"