mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-11 04:00:50 +08:00
5 lines
126 B
C#
5 lines
126 B
C#
namespace Yi.Framework.AiHub.Domain.AiGateWay.Exceptions;
|
|
|
|
public sealed class PaymentRequiredException() : Exception()
|
|
{
|
|
} |