#include <exceptions.h>
Public Member Functions | |
template<typename... SV> | |
LogicError (const SV &... args) | |
LogicError (std::string_view message) | |
![]() | |
template<typename... SV> | |
BehaviorTreeException (const SV &... args) | |
BehaviorTreeException (std::string_view message) | |
const char * | what () const noexcept |
Definition at line 45 of file exceptions.h.
|
inline |
Definition at line 48 of file exceptions.h.
|
inline |
Definition at line 52 of file exceptions.h.