Define C10_THROW_ERROR#
Defined in File Exception.h
Define Documentation#
-
C10_THROW_ERROR(err_type, msg)
throw ::c10::err_type( \
{__func__, __FILE__, static_cast<uint32_t>(__LINE__)}, msg)
#
Defined in File Exception.h
throw ::c10::err_type( \
{__func__, __FILE__, static_cast<uint32_t>(__LINE__)}, msg)
#