git.cweiske.de
/
bdrem.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f35a08
)
show error, not exception
author
Christian Weiske
<
[email protected]
>
Tue, 25 Feb 2014 06:47:51 +0000
(07:47 +0100)
committer
Christian Weiske
<
[email protected]
>
Tue, 25 Feb 2014 06:47:51 +0000
(07:47 +0100)
src/bdrem/UserInterface.php
patch
|
blob
|
history
diff --git
a/src/bdrem/UserInterface.php
b/src/bdrem/UserInterface.php
index 9fd4d699ccb0757497e5cd99c912337d5dd5654a..c5e29b765ad4b73691c4f86bd70d0b7a95e1f34c 100644
(file)
--- 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 'E
xception: ' . $e->getCode() . ' -
' . $e->getMessage() . "\n";
+ echo 'E
rror:
' . $e->getMessage() . "\n";
exit(1);
}
}