There was a problem verifying a response node.
| 66 | |
| 67 | |
| 68 | class VerifyResponseError(VerifyError): |
| 69 | ''' There was a problem verifying a response node. |
| 70 | ''' |
| 71 | pass |
| 72 | |
| 73 | |
| 74 | class VerifySessionError(VerifyError): |
no outgoing calls
no test coverage detected