In my Eclipse IDE application/Views/errors/html/error_exception.php is getting flagged as an error(2) because of a reference to \CodeIgniter\Services::request(null, true).
Shouldn't it be \Config\Services::request(null, true) \Config\Services::response(null, true) ?
Shouldn't it be \Config\Services::request(null, true) \Config\Services::response(null, true) ?
Simpler is always better