/**
  * Grant public access to protected method for error view rendering.
  *
  * @param $file
  * @param $errorLine
  * @param $maxLines
  * @return string
  */
 public function getRenderSourceCode($file, $errorLine, $maxLines)
 {
     return parent::renderSourceCode($file, $errorLine, $maxLines);
 }