Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1262 → Rev 1263

/trunk/includes/classes/OIDplusGui.class.php
132,6 → 132,8
public static function html_exception_handler(\Throwable $exception) {
// Note: This method must be static, because of its registration as Exception handler
 
if (PHP_SAPI != 'cli') @http_response_code(500);
 
if ($exception instanceof OIDplusException) {
$htmlTitle = $exception->gethtmlTitle();
$htmlMessage = $exception->getHtmlMessage();