git ssb

0+

thomas-dev-patchwork / MediaProcessor



Tree: eecdfefa2386a4a2279cd8a37f63ffcdec298aa0

Files: eecdfefa2386a4a2279cd8a37f63ffcdec298aa0 / Exceptions.py

145 bytesRaw
1#!/usr/bin/env python3
2
3# Python user-defined exceptions
4class IPFSexception(Exception):
5 "Raised an error running an IPFS command"
6 pass
7
8

Built with git-ssb-web