All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
exception.hpp File Reference
#include <kanzi/platform/platform.hpp>
#include <exception>
#include <kanzi/platform/type_traits.hpp>

Functions

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

Function Documentation

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

Throws an exception.