``` php $t = new Tarantool(); ini_set('tarantool.retry_count', 0); $t->ping(); ``` outputs ``` Uncaught exception 'Exception' with message '(null)' ```