Files: b38fff921639daeb0858f973d29e73f904c3fadf / 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