Raised when something with the test environment is incorrect.
| 67 | |
| 68 | |
| 69 | class CouchbaseTestEnvironmentException(Exception): |
| 70 | """Raised when something with the test environment is incorrect.""" |
| 71 | |
| 72 | |
| 73 | class EventingFunctionManagementTestStatusException(Exception): |
no outgoing calls