|
A base class for skill exceptions. More...
#include <RobotAPI/libraries/skills/core/error/Exception.h>
Public Member Functions | |
SkillException ()=delete | |
SkillException (const std::string &prettymethod, const std::string &reason) | |
A base class for skill exceptions.
All skill exceptions inherit from this class
Definition at line 40 of file Exception.h.
|
delete |
|
inline |
Definition at line 45 of file Exception.h.