correct error in error management !

This commit is contained in:
Yoggzo 2016-03-21 10:19:26 +01:00
parent 3216a69b75
commit 1fa4dcbab6
2 changed files with 11 additions and 12 deletions

View file

@ -34,7 +34,7 @@ Class errorManagement{
}
public function OtherException($error){
$this->app->setOutput("Error", $error->getMessage);
$this->app->setOutput("Error", $error->getMessage());
}