Searched defs:Exception (Results 1 - 3 of 3) sorted by path
/6.0.3/kv_engine/include/memcached/rbac/ | ||
H A D | privilege_database.h | 202 class RBAC_PUBLIC_API Exception : public std::runtime_error { class 204 explicit Exception(const char* msg) : std::runtime_error(msg) { in Exception() function in cb::rbac::Exception |
/6.0.3/moxi/libmemcached/libmemcached/ | ||
H A D | exception.hpp | 21 class Exception : public std::runtime_error class 24 Exception(const std::string& msg, int in_errno) in Exception() function in memcache::Exception 30 Exception(const char *msg, int in_errno) in Exception() function in memcache::Exception [all...] |
/6.0.3/third_party/spdlog/tests/ | ||
H A D | catch.hpp | 622 Exception = 0x100 | FailureBit,
enumerator |
Completed in 45 milliseconds