Documents Exception::Throw.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
69714084d6
commit
b239b556dc
@ -62,6 +62,8 @@ namespace ArbUt {
|
||||
{
|
||||
}
|
||||
template <typename... Args>
|
||||
/// @brief Throw a nicely formatted exception. The exception message will have the file name, line number, message,
|
||||
/// along with any optional parameters passed.
|
||||
[[noreturn]] static void Throw(const std::string& expression, const std::source_location& location,
|
||||
const Args... args) {
|
||||
std::stringstream error;
|
||||
|
Loading…
x
Reference in New Issue
Block a user