improved updatemanager

This commit is contained in:
kremsy
2014-02-10 22:54:49 +01:00
committed by Steffen Schröder
parent 8500d86d96
commit be2ce96cac
5 changed files with 71 additions and 72 deletions

View File

@@ -3,8 +3,7 @@
namespace ManiaControl;
use ManiaControl\Files\FileUtil;
use ManiaControl\ManiaControl;
use ManiaControl\UpdateManager;
use ManiaControl\Update\UpdateManager;
/**
* Error and Exception Manager Class
@@ -30,7 +29,7 @@ class ErrorHandler {
* ManiaControl ExceptionHandler
* ManiaControl Shuts down after exception
*
* @param Exception $ex
* @param \Exception $ex
*/
public function exceptionHandler(\Exception $ex) {
$message = "[ManiaControl EXCEPTION]: {$ex->getMessage()} Trace: {$ex->getTraceAsString()}!";