twitch-dl/twitchdl/exceptions.py

5 lines
113 B
Python
Raw Normal View History

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