twitch-dl/twitchdl/exceptions.py
2019-02-09 11:52:15 +01:00

5 lines
113 B
Python

class ConsoleError(Exception):
"""Raised when an error occurs and script exectuion should halt."""
pass