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