mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
Finished MessageRepository
+ Tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
namespace Govor.Data.Repositories.Exceptions;
|
||||
|
||||
public class AdditionException(string s, Exception ex)
|
||||
: Exception(s, ex);
|
||||
Reference in New Issue
Block a user