14 #ifndef BT_EXCEPTIONS_H 15 #define BT_EXCEPTIONS_H 30 template <
typename... SV>
34 const char*
what() const noexcept
51 template <
typename... SV>
64 template <
typename... SV>
LogicError(const SV &... args)
LogicError(nonstd::string_view message)
BehaviorTreeException(nonstd::string_view message)
RuntimeError(const SV &... args)
const char * what() const noexcept
BehaviorTreeException(const SV &... args)
RuntimeError(nonstd::string_view message)