| 22 | |
| 23 | protected: |
| 24 | void onError(int error, const std::string& category, const std::string& message) override |
| 25 | { |
| 26 | std::cout << "Protocol session caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 27 | } |
| 28 | |
| 29 | protected: |
| 30 | // Protocol handlers |
nothing calls this directly
no outgoing calls
no test coverage detected