1
0
Fork 0
mirror of synced 2024-07-03 05:31:23 +12:00
Rare/custom_legendary/models/exceptions.py

13 lines
210 B
Python
Raw Normal View History

2021-03-15 23:48:28 +13:00
# coding: utf-8
# ToDo more custom exceptions where it makes sense
class CaptchaError(Exception):
"""Raised by core if direct login fails"""
pass
class InvalidCredentialsError(Exception):
pass