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:
parent
e01936a73e
commit
fe0eb3a9e2
4 changed files with 338 additions and 289 deletions
|
@ -32,6 +32,10 @@ Class errorManagement{
|
|||
public function UserInputHandler($error){
|
||||
|
||||
}
|
||||
|
||||
public function OtherException($error){
|
||||
$this->app->setOutput("Error", $error->getMessage);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue