git ssb

0+

thomas-dev-patchwork / MediaProcessor



Tree: 762c108c6dc008453fbff099340086a31f6f17a5

Files: 762c108c6dc008453fbff099340086a31f6f17a5 / 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