/** * @param $max * @param $count * * @return string */ protected function getErrorMessage($max, $count) { return QueryDepth::maxQueryDepthErrorMessage($max, $count); }