|
|
The NotImplementedYetException class. More...
#include <RobotAPI/libraries/skills/core/error/Exception.h>
Inheritance diagram for NotImplementedYetException:Public Member Functions | |
| NotImplementedYetException ()=delete | |
| NotImplementedYetException (const std::string &prettymethod) | |
Public Member Functions inherited from SkillException | |
| SkillException ()=delete | |
| SkillException (const std::string &prettymethod, const std::string &reason) | |
The NotImplementedYetException class.
Definition at line 72 of file Exception.h.
|
delete |
| NotImplementedYetException | ( | const std::string & | prettymethod | ) |
Definition at line 29 of file Exception.cpp.