maxQueryDepthErrorMessage() public static méthode

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