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