Remove the unused ApplicationContextNotFoundException

Change-Id: I3ac12ee4a7d7369ac7f59b969b0ca07b4752b3b5
This commit is contained in:
Dougal Matthews 2017-04-25 14:47:36 +01:00
parent 121ba2f212
commit b5066c3c56
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"