We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007aeb8 commit 66aca04Copy full SHA for 66aca04
services/web/server/src/simcore_service_webserver/errors.py
@@ -1,10 +1,5 @@
1
-from typing import Any
2
-
3
from models_library.errors_classes import OsparcErrorMixin
4
5
6
class WebServerBaseError(OsparcErrorMixin, Exception):
7
- msg_template = "Unexpected error in web-server"
8
9
- def __init__(self, **ctx: Any) -> None:
10
- super().__init__(**ctx)
+ msg_template = "Error in web-server service"
0 commit comments