Exception:
object(CodeIgniter\Exceptions\PageNotFoundException)#61 (7) {
  ["code":protected]=>
  int(404)
  ["message":protected]=>
  string(67) "Controller or its method is not found: \App\Controllers\Home::index"
  ["string":"Exception":private]=>
  string(0) ""
  ["file":protected]=>
  string(71) "/var/www/html/live/vendor/codeigniter4/framework/system/CodeIgniter.php"
  ["line":protected]=>
  int(967)
  ["trace":"Exception":private]=>
  array(3) {
    [0]=>
    array(5) {
      ["file"]=>
      string(71) "/var/www/html/live/vendor/codeigniter4/framework/system/CodeIgniter.php"
      ["line"]=>
      int(967)
      ["function"]=>
      string(15) "forPageNotFound"
      ["class"]=>
      string(44) "CodeIgniter\Exceptions\PageNotFoundException"
      ["type"]=>
      string(2) "::"
    }
    [1]=>
    array(5) {
      ["file"]=>
      string(71) "/var/www/html/live/vendor/codeigniter4/framework/system/CodeIgniter.php"
      ["line"]=>
      int(362)
      ["function"]=>
      string(16) "display404errors"
      ["class"]=>
      string(23) "CodeIgniter\CodeIgniter"
      ["type"]=>
      string(2) "->"
    }
    [2]=>
    array(5) {
      ["file"]=>
      string(35) "/var/www/html/live/public/index.php"
      ["line"]=>
      int(97)
      ["function"]=>
      string(3) "run"
      ["class"]=>
      string(23) "CodeIgniter\CodeIgniter"
      ["type"]=>
      string(2) "->"
    }
  }
  ["previous":"Exception":private]=>
  NULL
}