mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
b75c0d3f5a
+ Tests
4 lines
123 B
C#
4 lines
123 B
C#
namespace Govor.Data.Repositories.Exceptions;
|
|
|
|
public class UpdateException(string s, Exception ex)
|
|
: Exception(s, ex); |