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

4 lines
123 B
C#

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