| 322 | } |
| 323 | |
| 324 | void SubByteReaderLogging::popTreeItem() |
| 325 | { |
| 326 | this->currentTreeLevel = this->stashedTreeItem; |
| 327 | this->stashedTreeItem = nullptr; |
| 328 | } |
| 329 | |
| 330 | void SubByteReaderLogging::logExceptionAndThrowError(const std::exception &ex, |
| 331 | const std::string & when) |