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