aboutsummaryrefslogtreecommitdiff
path: root/src/bdrem/UserInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdrem/UserInterface.php')
-rw-r--r--src/bdrem/UserInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bdrem/UserInterface.php b/src/bdrem/UserInterface.php
index 9fd4d69..c5e29b7 100644
--- a/src/bdrem/UserInterface.php
+++ b/src/bdrem/UserInterface.php
@@ -32,7 +32,7 @@ abstract class UserInterface
$this->render($arEvents);
} catch (\Exception $e) {
$this->preRenderParameterError();
- echo 'Exception: ' . $e->getCode() . ' - ' . $e->getMessage() . "\n";
+ echo 'Error: ' . $e->getMessage() . "\n";
exit(1);
}
}