21 #include <boost/lexical_cast.hpp> 22 #include <boost/uuid/uuid_io.hpp> 39 const std::string &type)
const 42 ss <<
"Cannot find `" << type <<
"` with id `" <<
id <<
"`.";
This is the header file for a generated source file, GitSHA1.cpp.
const std::string & entity_type() const
Thin wrapper around boost::uuids::uuid.
const std::string & entity_id() const
EntityNotFound(const T &id, const std::string &type)
Construct the exception from a type that can be converted to string using the std::to_string() call...
A base class for Leosac specific exception.
std::string build_msg(const std::string &id, const std::string &type) const