Castor3D 0.16.0
Multiplatform 3D engine
Classes | Namespaces | Macros
PluginException.hpp File Reference

Classes

class  castor3d::PluginException
 

Namespaces

namespace  castor3d
 

Macros

#define C3D_PluginException(description, critical)   throw castor3d::PluginException{ critical, description, __FILE__, __FUNCTION__, uint32_t( __LINE__ ) }
 helper macro to ease the use of PluginException
 

Macro Definition Documentation

◆ C3D_PluginException

#define C3D_PluginException ( description,
critical )   throw castor3d::PluginException{ critical, description, __FILE__, __FUNCTION__, uint32_t( __LINE__ ) }

helper macro to ease the use of PluginException