https://rawbots.dev/robots.txt

Exceptions

The Requested Page Not Found.

  • Exception
  • Stack Trace

Symfony\Component\HttpKernel\Exception\ NotFoundHttpException

AbstractController->createNotFoundException() in src/Controller/HomeController.php (line 33)
    in vendor/autoload_runtime.php -> run (line 29)
      require_once('/home/www/bot/vendor/autoload_runtime.php') in public/index.php (line 5)
      1. <?php
        
        use App\Kernel;
        
        require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
        
        return function (array $context) {
            return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
        };