Kanzi framework  3.9.1
Kanzi Engine API
exception.hpp File Reference
#include <kanzi/core/cpp/platform.hpp>
#include <exception>
#include <kanzi/core/cpp/type_traits.hpp>
#include <kanzi/core/cpp/stdexcept.hpp>

Functions

template<typename TExceptionType >
KZ_ATTRIBUTE_NO_RETURN void kzThrowException (const TExceptionType &e)
 Throws an exception. More...
 

Function Documentation

◆ kzThrowException()

template<typename TExceptionType >
KZ_ATTRIBUTE_NO_RETURN void kzThrowException ( const TExceptionType &  e)
inline

Throws an exception.