Une erreur est survenue ! Heureusement, elle a été interceptée.
Exemple->testError(array)
└ called : .kernelite/Kernelite.php (line : 220)Kernelite->processCall()
└ called : .kernelite/Kernelite.php (line : 119)Kernelite->processQuery(array)
└ called : index.php (line : 11)
<?php
array(7) {
["queryString"]=>
array(5) {
["raw"]=>
string(45) "QUERY_STRING=index.php&QUERY_STRING=testError"
["value"]=>
string(9) "testError"
["empty"]=>
bool(false)
["splited"]=>
array(1) {
[0]=>
string(9) "testError"
}
["parsed"]=>
array(1) {
[0]=>
string(9) "testError"
}
}
["files"]=>
array(0) {
}
["api"]=>
bool(false)
["session"]=>
array(0) {
}
["route"]=>
array(2) {
["url"]=>
string(10) "/testError"
["controller"]=>
string(18) "Exemple::testError"
}
["input"]=>
array(0) {
}
["post"]=>
array(0) {
}
}
?>