Mjolnir Core
Core functionality of the Mjolnir API

◆ THROW_EXCEPTION

#define THROW_EXCEPTION (   exception_type,
  message 
)    throw exception_type(FUNCTION_SIG, message)

Throw an exception and automatically add the function that caused it.

Parameters
[in]exception_typeThe exception type
[in]messageThe exception message