Add the missing exceptions.py

This commit is contained in:
mhchia 2019-08-12 14:45:30 +08:00 committed by Kevin Mai-Husan Chia
parent e37b8bcf19
commit 92320523d5

View File

@ -0,0 +1,2 @@
class StreamNotFound(Exception):
pass