PoolWothFailover: fix wrong exception type

This commit is contained in:
Pavel Kartavyy 2015-05-21 14:19:58 +03:00
parent 298ca559fa
commit f377dccdf1

View File

@ -283,6 +283,7 @@ namespace ErrorCodes
AIO_WRITE_ERROR = 275,
INDEX_NOT_USED = 277,
LEADERSHIP_LOST = 278,
ALL_CONNECTION_TRIES_FAILED = 279,
POCO_EXCEPTION = 1000,
STD_EXCEPTION = 1001,