#include <exceptions.h>
Public Member Functions | |
BehaviorTreeException (nonstd::string_view message) | |
template<typename... SV> | |
BehaviorTreeException (const SV &...args) | |
const char * | what () const noexcept |
Private Attributes | |
std::string | message_ |
Definition at line 23 of file exceptions.h.
|
inline |
Definition at line 27 of file exceptions.h.
|
inline |
Definition at line 31 of file exceptions.h.
|
inlinenoexcept |
Definition at line 35 of file exceptions.h.
|
private |
Definition at line 41 of file exceptions.h.