5 lines
126 B
C#
5 lines
126 B
C#
namespace Yi.Framework.AiHub.Domain.AiGateWay.Exceptions;
|
|
|
|
public sealed class PaymentRequiredException() : Exception()
|
|
{
|
|
} |