diff --git a/core/templates/exception.php b/core/templates/exception.php
index a2b019b32897a..f0bf171be648f 100644
--- a/core/templates/exception.php
+++ b/core/templates/exception.php
@@ -14,7 +14,7 @@
- t('Remote Address: %s', [$_['remoteAddr']])) ?>
- t('Request ID: %s', [$_['requestID']])) ?>
-
+
- t('Type: %s', [$_['errorClass']])) ?>
- t('Code: %s', [$_['errorCode']])) ?>
- t('Message: %s', [$_['errorMsg']])) ?>