|
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 34 of file Exception.h.
|
delete |
SkillException | ( | const std::string & | prettymethod, |
const std::string & | reason | ||
) |
Definition at line 4 of file Exception.cpp.