Files
LangBot/src/langbot/pkg/entity/errors/account.py

7 lines
144 B
Python

from __future__ import annotations
class AccountEmailMismatchError(Exception):
def __str__(self):
return 'Account email mismatch'