41 ss <<
"Websocket session has been aborted.";
44 ss <<
"No associated token found.";
47 ss <<
" Token " << token->token();
49 ss <<
", owned by user " << token->owner()->id();
51 ss <<
", with no owner ";
52 ss <<
" expired on " << token->expiration();
65 ss <<
"Malformed message";
std::shared_ptr< Token > TokenPtr
This is the header file for a generated source file, GitSHA1.cpp.
std::string build_msg(Auth::TokenPtr token) const
Build an exception message for when the reason of the aborted session is an expired token...
All modules that provides features to Leosac shall be in this namespace.
A base class for Leosac specific exception.