Brandon209-Red-bot-Cogs/translate/errors.py

5 lines
105 B
Python

class GoogleTranslateAPIError(Exception):
"""Raised when google translate has an oopsie"""
pass