/**
  * Grant public access to protected method for error view rendering.
  *
  * @param $trace
  * @return bool
  */
 public function getIsCoreCode($trace)
 {
     return parent::isCoreCode($trace);
 }