Logo
Explore Help
Register Sign In
admin/server
1
0
Fork 0
You've already forked server
mirror of https://github.com/bitwarden/server.git synced 2026-02-07 01:16:22 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
890e6bb48a9e2d680218046517e00929c62bc7fd
server/src/Core/Exceptions/InvalidEmailException.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
212 B
C#
Raw Normal View History

[SG-72] Sync changed email address with stripe (#2042) * sync changed email address with strip * sync changed email address with strip * fixed formatting * throw exception if not successful * Added revert if stripe sync fails * Added revert if stripe sync fails * Added revert if stripe sync fails * created stripe sync service * fixed lint issue * reverted to use stripe exception message * added null checks to customer id and email address * added braces * removed empty email
2022-06-16 17:45:26 +01:00
using System;
namespace Bit.Core.Exceptions
{
public class InvalidEmailException : Exception
{
public InvalidEmailException()
: base("Invalid email.")
{
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 62ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API