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