Files
Govor/Govor.Data/Repositories/Exceptions/RemoveException.cs
T
2025-06-22 14:32:01 +07:00

4 lines
137 B
C#

namespace Govor.Data.Repositories.Exceptions;
public class RemoveException(string s, Exception exception)
: Exception(s, exception);