Files: b46e4ec37c3250819bcfec6a303708c4994256a0 / Exceptions.py
145 bytesRaw
1 | #!/usr/bin/env python3 |
2 | |
3 | # Python user-defined exceptions |
4 | class IPFSexception(Exception): |
5 | "Raised an error running an IPFS command" |
6 | pass |
7 | |
8 |
Built with git-ssb-web