Files
tiku-backend.net/Tiku.Application/Content/ContentExceptions.cs
xiong c497a3ca8d
Some checks failed
ci / release-gate (push) Has been cancelled
清理代码
2026-08-03 12:31:39 +08:00

5 lines
211 B
C#

namespace Tiku.Application.Content;
public sealed class RequiredFieldException(string message) : Exception(message);
public sealed class ContentNavigationNotFoundException(string message) : Exception(message);