getParam('development', false); $type = $this->getParam('type', 'general_server_error'); $code = $this->getParam('code', 500); $errorID = $this->getParam('errorID', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); $message = $this->getParam('message', ''); $trace = $this->getParam('trace', []); $projectName = $this->getParam('projectName', ''); $projectURL = $this->getParam('projectURL', ''); $title = $this->getParam('title', '') ?> <?php echo $this->print($title, self::FILTER_ESCAPE); ?>

Error print($code, self::FILTER_ESCAPE); ?>

print($message, self::FILTER_ESCAPE); ?>

Type

print($type, self::FILTER_ESCAPE); ?>

Error Trace

$value) : ?>
print($key, self::FILTER_ESCAPE); ?>
print(var_export($value, true), self::FILTER_ESCAPE); ?>
print($value, self::FILTER_ESCAPE); ?>