Example #1
0
 /**
  * Returns HTML code for custom panel.
  * @return mixed
  */
 public function getPanel()
 {
     return $this->response ? $this->response->errorDump() : NULL;
 }