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