Commit c746236f authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

[repository]: error processing

parent 9674dd51
......@@ -46,7 +46,7 @@ namespace uniset
{
public:
Exception(const std::string& txt) noexcept: text(txt.c_str()) {}
Exception(const std::string& txt) noexcept: text(txt) {}
Exception() noexcept: text("Exception") {}
virtual ~Exception() noexcept(true) {}
......
......@@ -267,7 +267,8 @@ namespace uniset
}
catch( const uniset::ORepFailed& ex )
{
uwarn << myname << "(registration): don`t registration in object reposotory " << endl;
uwarn << myname << "(registration): don`t registration in object reposotory "
<< " err: " << ex << endl;
}
catch( const uniset::Exception& ex )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment