![]() |
Castor3D 0.12.0
Multiplatform 3D engine
|
#include <VersionException.hpp>
Public Member Functions | |
C3D_API | VersionException (Version const &given, Version const &expected, char const *file, char const *function, uint32_t line) |
Constructor. More... | |
C3D_API castor3d::VersionException::VersionException | ( | Version const & | given, |
Version const & | expected, | ||
char const * | file, | ||
char const * | function, | ||
uint32_t | line | ||
) |
Constructor.
[in] | given | The given version |
[in] | expected | The expected version |
[in] | file | The file |
[in] | function | The function |
[in] | line | The file line |