* @version 1.0.0 (August 01, 2004) * @package AutoIndex * @see Display */ class ExceptionDisplay extends ExceptionFatal { protected $request; protected $language; /** * @return string The HTML text to display */ public function __toString() { global $request, $words; $this->language = $words; $this->request = is_object($request) ? $request : new RequestVars('', false); $str = '
| ' . $this->message . '
' . (isset($this->language) ? $this->language->__get('continue') : 'Continue') . '. |