1
0
mirror of https://github.com/ihabunek/twitch-dl synced 2024-08-30 18:32:25 +00:00
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