add exception management, correct mistakes in error management in Image.php and add function to simplify parameters using in tests

This commit is contained in:
Yoggzo 2016-03-17 11:34:56 +01:00
parent e01936a73e
commit fe0eb3a9e2
4 changed files with 338 additions and 289 deletions

View file

@ -32,6 +32,10 @@ Class errorManagement{
public function UserInputHandler($error){
}
public function OtherException($error){
$this->app->setOutput("Error", $error->getMessage);
}
}