LogicError is related to problems which require code refactoring to be fixed.
RuntimeError is related to problems that are relted to data or conditions that happen only at run-time
1 | BT::Tree tree; |
LogicError is related to problems which require code refactoring to be fixed.
RuntimeError is related to problems that are relted to data or conditions that happen only at run-time
1 | BT::Tree tree; |