We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04df992 commit b8a8f89Copy full SHA for b8a8f89
php_phongo.c
@@ -105,7 +105,7 @@ zend_class_entry* phongo_exception_from_phongo_domain(php_phongo_error_domain_t
105
return php_phongo_connectionexception_ce;
106
}
107
108
- MONGOC_ERROR("Resolving unknown exception domain!!!");
+ MONGOC_ERROR("Resolving unknown phongo error domain: %d", domain);
109
return php_phongo_runtimeexception_ce;
110
111
zend_class_entry* phongo_exception_from_mongoc_domain(uint32_t /* mongoc_error_domain_t */ domain, uint32_t /* mongoc_error_code_t */ code)
0 commit comments