-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.1.2
-
Component/s: None
-
None
HHVM throws ConnectionTimeoutException for server selection failures, which are usually timeout errors. This is not a BC break, as we currently throw RuntimeException.
Note that we do not have a ServerSelectionTimeoutException; however, since all connection activity routes through the server selection process, it's reasonable to simply use "connection" terminology for such errors.