#include <exceptions.h>
Public Member Functions | |
LogicError (nonstd::string_view message) | |
template<typename... SV> | |
LogicError (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 46 of file exceptions.h.
|
inline |
Definition at line 49 of file exceptions.h.
|
inline |
Definition at line 53 of file exceptions.h.