Kanzi 3.9.10
exception.hpp File Reference

Classes

class  kanzi::UnableToOpenFileException
 Kanzi throws this exception when it tries to load a file that cannot be opened or does not exist. More...
 

Namespaces

namespace  kanzi
 

Functions

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

Function Documentation

◆ kzThrowException()

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

Throws an exception.