MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / LogicError

Method LogicError

include/behaviortree_cpp/exceptions.h:50–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48{
49public:
50 LogicError(std::string_view message) : BehaviorTreeException(message)
51 {}
52
53 template <typename... SV>
54 LogicError(const SV&... args) : BehaviorTreeException(args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected