MCPcopy Create free account
hub / github.com/CloudPolis/webdav-client-python / NotEnoughSpace

Class NotEnoughSpace

webdav/exceptions.py:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68class NotEnoughSpace(WebDavException):
69 def __init__(self):
70 pass
71
72 def __str__(self):
73 return "Not enough space on the server"

Callers 2

upload_fromMethod · 0.85
upload_fileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected