TeaPacket v0.0.1
Multiplatform Game Engine
|
Error for a specific function that is not implemented yet. Essentially a stub to allow the function to exist, but error when calling it. More...
#include <NotImplemented.hpp>
Public Member Functions | |
FunctionNotImplemented (const std::string &functionName) | |
![]() | |
NotImplemented (const std::string &message) | |
Error for a specific function that is not implemented yet. Essentially a stub to allow the function to exist, but error when calling it.
|
inlineexplicit |