Skip to content

Commit 66aca04

Browse files
committed
@giancarloromeo review: rm constructor
1 parent 007aeb8 commit 66aca04

File tree

1 file changed

+1
-6
lines changed
  • services/web/server/src/simcore_service_webserver

1 file changed

+1
-6
lines changed
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
from typing import Any
2-
31
from models_library.errors_classes import OsparcErrorMixin
42

53

64
class WebServerBaseError(OsparcErrorMixin, Exception):
7-
msg_template = "Unexpected error in web-server"
8-
9-
def __init__(self, **ctx: Any) -> None:
10-
super().__init__(**ctx)
5+
msg_template = "Error in web-server service"

0 commit comments

Comments
 (0)