legendary/legendary/models/exceptions.py

5 lines
68 B
Python

# coding: utf-8
class InvalidCredentialsError(Exception):
pass