мелкие правки

This commit is contained in:
Антон
2025-10-04 09:54:55 +03:00
parent 2b5e601387
commit 5346bb2849
13 changed files with 51 additions and 158 deletions
+11
View File
@@ -0,0 +1,11 @@
#include "session_exception.h"
using namespace std;
namespace uad
{
char const* session_exception::what() const
{
return message.c_str();
}
}