Commit 0212f65e authored by Cédric de Saint Martin's avatar Cédric de Saint Martin Committed by Rafael Monnerat

slap: expose ConnectionError.

parent dc996cc6
......@@ -33,7 +33,7 @@ Simple, easy to (un)marshall classes for slap client/server communication
__all__ = ["slap", "ComputerPartition", "Computer", "SoftwareRelease",
"SoftwareProductCollection",
"Supply", "OpenOrder", "NotFoundError",
"ResourceNotReady", "ServerError"]
"ResourceNotReady", "ServerError", "ConnectionError"]
import logging
import re
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment