rename hotfix to english

main
Jens Brandt 7 years ago committed by msquare
parent a3cf3a0ee1
commit 7f270c1d26

@ -64,7 +64,7 @@ class Handler
$handler = $this->handler[$this->environment]; $handler = $this->handler[$this->environment];
$handler->report($e); $handler->report($e);
$handler->render($this->request, $e); $handler->render($this->request, $e);
$this->stirb(); $this->terminate_application_immediately();
} }
/** /**
@ -73,7 +73,7 @@ class Handler
* @codeCoverageIgnore * @codeCoverageIgnore
* @param string $message * @param string $message
*/ */
protected function stirb($message = '') protected function terminate_application_immediately($message = '')
{ {
echo $message; echo $message;
die(); die();

Loading…
Cancel
Save