mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 02:52:50 -05:00
refactor for addtnl. payment service (braintree)
This commit is contained in:
11
src/Core/Exceptions/GatewayException.cs
Normal file
11
src/Core/Exceptions/GatewayException.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Exceptions
|
||||
{
|
||||
public class GatewayException : Exception
|
||||
{
|
||||
public GatewayException(string message, Exception innerException = null)
|
||||
: base(message, innerException)
|
||||
{ }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user