correct error in error management !
This commit is contained in:
parent
3216a69b75
commit
1fa4dcbab6
2 changed files with 11 additions and 12 deletions
|
@ -34,7 +34,7 @@ Class errorManagement{
|
|||
}
|
||||
|
||||
public function OtherException($error){
|
||||
$this->app->setOutput("Error", $error->getMessage);
|
||||
$this->app->setOutput("Error", $error->getMessage());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue