Path Tracer
|
#include <Exceptional.h>
Public Member Functions | |
template<typename... T> | |
DeadlyImportError (T &&... args) | |
Additional Inherited Members | |
![]() | |
DeadlyErrorBase (Assimp::Formatter::format f) | |
template<typename... T, typename U > | |
DeadlyErrorBase (Assimp::Formatter::format f, U &&u, T &&... args) | |
FOR IMPORTER PLUGINS ONLY: Simple exception class to be thrown if an unrecoverable error occurs while importing. Loading APIs return nullptr instead of a valid aiScene then.
|
inlineexplicit |
Constructor with arguments