V2 upgrade
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
namespace NostrStreamer.Services.StreamManager;
|
||||
|
||||
public class LowBalanceException : Exception
|
||||
{
|
||||
public LowBalanceException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user