MCPcopy 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
17class VirusScanError(Exception):
18 def __init__(self, message: str) -> None:
19 super().__init__(message)
20
21
22class InvalidRequest(Exception):

Callers 2

process_virus_scan_errorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected