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 c4d8603 commit 4eb2fcfCopy full SHA for 4eb2fcf
servc/svc/com/http/blob.py
@@ -43,7 +43,7 @@ def __init__(
43
44
blobs = [x for x in components if x.name == "blob"]
45
if len(blobs) == 0:
46
- raise ValueError("Blob storage component not found in components list")
+ raise Exception("Blob storage component not found in components list")
47
self._blobStorage = blobs[0] # type: ignore[assignment]
48
49
self._uploadcontainer = config.get("uploadcontainer") or "uploads"
0 commit comments