#include <exceptions.h>
Public Member Functions | |
template<typename... SV> | |
RuntimeError (const SV &... args) | |
RuntimeError (std::string_view message) | |
Public Member Functions inherited from BT::BehaviorTreeException | |
template<typename... SV> | |
BehaviorTreeException (const SV &... args) | |
BehaviorTreeException (std::string_view message) | |
const char * | what () const noexcept |
Definition at line 58 of file exceptions.h.
|
inline |
Definition at line 61 of file exceptions.h.
|
inline |
Definition at line 65 of file exceptions.h.