Gestion erreur pour iexplorer-converter
This commit is contained in:
parent
536fe47d91
commit
1d4609c254
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -32,8 +32,10 @@
|
||||||
$response = $request->dispatch();
|
$response = $request->dispatch();
|
||||||
|
|
||||||
// Si erreur, on l'affiche
|
// Si erreur, on l'affiche
|
||||||
if( $response->error != ManagerError::Success )
|
if( $response->error != ManagerError::Success ){
|
||||||
var_dump( ManagerError::explicit($response->error) );
|
var_dump( ManagerError::explicit($response->error) );
|
||||||
|
exit();
|
||||||
|
}
|
||||||
|
|
||||||
// On récupère les données
|
// On récupère les données
|
||||||
$logs = $response->get('data');
|
$logs = $response->get('data');
|
||||||
|
|
Loading…
Reference in New Issue