Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alphagov/notifications-api
/ VirusScanError
Class
VirusScanError
app/errors.py:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
17
class
VirusScanError(Exception):
18
def
__init__(self, message: str) -> None:
19
super().__init__(message)
20
21
22
class
InvalidRequest(Exception):
Callers
2
process_virus_scan_failed
Function · 0.90
process_virus_scan_error
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected