Esempio n. 1
0
 /**
  * Debug version of a server error.
  *
  * @param Exception The exception being raised.
  * @param $mimetype string Mime type
  */
 function __construct($content, $mimetype = null)
 {
     parent::__construct($content, $mimetype);
     $this->status_code = 500;
 }