mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 23:54:26 +01:00
bringin poc
This commit is contained in:
13
Plugins/BTCPayServer.Plugins.Bringin/BringinException.cs
Normal file
13
Plugins/BTCPayServer.Plugins.Bringin/BringinException.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace BTCPayServer.Plugins.Bringin;
|
||||
|
||||
public class BringinException : Exception
|
||||
{
|
||||
private readonly BringinClient.BringinErrorResponse _error;
|
||||
|
||||
public BringinException(BringinClient.BringinErrorResponse error)
|
||||
{
|
||||
_error = error;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user