There was a problem verifying a session node.
| 72 | |
| 73 | |
| 74 | class VerifySessionError(VerifyError): |
| 75 | ''' There was a problem verifying a session node. |
| 76 | ''' |
| 77 | pass |
| 78 | |
| 79 | |
| 80 | def verify_request(request): |
no outgoing calls
no test coverage detected