| 211 | class ChannelReadTimeout : public ControlLayerException { |
| 212 | public: |
| 213 | ChannelReadTimeout(unsigned wTransactionID=0) |
| 214 | :ControlLayerException(wTransactionID) |
| 215 | {} |
| 216 | }; |
| 217 | |
| 218 | /** Thrown when L3 can't parse an incoming message */ |
nothing calls this directly
no outgoing calls
no test coverage detected