mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
5 lines
113 B
Python
5 lines
113 B
Python
|
|
||
|
class ConsoleError(Exception):
|
||
|
"""Raised when an error occurs and script exectuion should halt."""
|
||
|
pass
|