TeaPacket v0.0.1
Multiplatform Game Engine
Loading...
Searching...
No Matches
TeaPacket::Error::FunctionNotImplemented Class Reference

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>

Inheritance diagram for TeaPacket::Error::FunctionNotImplemented:
TeaPacket::Error::NotImplemented

Public Member Functions

 FunctionNotImplemented (const std::string &functionName)
 
- Public Member Functions inherited from TeaPacket::Error::NotImplemented
 NotImplemented (const std::string &message)
 

Detailed Description

Error for a specific function that is not implemented yet. Essentially a stub to allow the function to exist, but error when calling it.

Constructor & Destructor Documentation

◆ FunctionNotImplemented()

TeaPacket::Error::FunctionNotImplemented::FunctionNotImplemented ( const std::string & functionName)
inlineexplicit

The documentation for this class was generated from the following file: