diff --git a/core/templates/exception.php b/core/templates/exception.php
index fcfa8687710e3..76266b03868c2 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']])) ?>