Identity Some functions Implementations, App error class binding on authenticate, ErrorManagement Implementation Beginning
This commit is contained in:
parent
6960c81a1f
commit
6890283bcf
3 changed files with 211 additions and 33 deletions
|
@ -22,11 +22,11 @@ Class errorManagement{
|
|||
}
|
||||
|
||||
public function BadResponseHandler($error){
|
||||
|
||||
$this->app->setOutput("Error", "Erreur Interne, Merci de contacter un administrateur!");
|
||||
}
|
||||
|
||||
public function NotImplementedHandler($error){
|
||||
|
||||
$this->app->setOutput("Error", "Erreur Interne, Merci de contacter un administrateur!");
|
||||
}
|
||||
|
||||
public function UserInputHandler($error){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue