Error management
This commit is contained in:
parent
d0033ae6c5
commit
ae1100c168
3 changed files with 48 additions and 68 deletions
|
@ -26,15 +26,10 @@ class AppTest{
|
|||
$this->pluginsApi = plugin_api::getInstance();
|
||||
$this->errorClass = new errorManagement($this);
|
||||
$this->output = array();
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
|
||||
$this->errorClass = new errorManagement($this);
|
||||
=======
|
||||
|
||||
$this->postParams = $_POST;
|
||||
>>>>>>> develop
|
||||
=======
|
||||
$this->postParams = $_POST;
|
||||
>>>>>>> develop
|
||||
|
||||
}
|
||||
|
||||
|
@ -109,17 +104,12 @@ class AppTest{
|
|||
return json_encode($this->output);
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
|
||||
public function getErrorInstance(){
|
||||
|
||||
return $this->errorClass;
|
||||
|
||||
}
|
||||
}
|
||||
=======
|
||||
}
|
||||
>>>>>>> develop
|
||||
=======
|
||||
}
|
||||
>>>>>>> develop
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue