5. Symfony\Component\HttpKernel\Exception\NotFoundHttpException
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php1429
4. Illuminate\Routing\Router handleRoutingException
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php1050
3. Illuminate\Routing\Router findRoute
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php1014
2. Illuminate\Routing\Router dispatch
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php530
1. Illuminate\Foundation\Application dispatch
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php506
0. Illuminate\Foundation\Application run
…/­public/­index.php49

Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException

	 * @param  Exception  $e
	 * @return void
	 */
	protected function handleRoutingException(\Exception $e)
	{
		if ($e instanceof ResourceNotFoundException)
		{
			throw new NotFoundHttpException($e->getMessage());
		}

		}

		// The Symfony routing component's exceptions implement this interface we
		// can type-hint it to make sure we're only providing special handling
		// for those exceptions, and not other random exceptions that occur.
		catch (ExceptionInterface $e)
		{
			$this->handleRoutingException($e);
		}

		}

		// Once we have the route, we can just run it to get the responses, which will
		// always be instances of the Response class. Once we have the responses we
		// will execute the global "after" middlewares to finish off the request.
		else
		{
			$this->currentRoute = $route = $this->findRoute($request);

			$response = $route->run($request);
		if ($this->isDownForMaintenance())
		{
			$response = $this['events']->until('illuminate.app.down');

			if ( ! is_null($response)) return $this->prepareResponse($response, $request);
		}
		
		return $this['router']->dispatch($this->prepareRequest($request));
	}

	/**
	 * Handles the given request and delivers the response.
	 *
	 * @return void
	 */
	public function run()
	{
		$response = $this->dispatch($this['request']);

		$this['router']->callCloseFilter($this['request'], $response);
| Once we have the application, we can simply call the run method,
| which will execute the request and send the response back to
| the client's browser allowing them to enjoy the creative
| and wonderful applications we have created for them.
|
*/
 
$app->run();
 
/*
Key Value
CONTEXT_DOCUMENT_ROOT /home/clinicaspatium/public_html
CONTEXT_PREFIX
DOCUMENT_ROOT /home/clinicaspatium/public_html
GATEWAY_INTERFACE CGI/1.1
HTTPS on
HTTP_ACCEPT */*
HTTP_HOST clinicaspatium.com.br
HTTP_USER_AGENT claudebot
HTTP_X_HTTPS 1
PATH /bin:/usr/bin
QUERY_STRING
REDIRECT_HTTPS on
REDIRECT_REDIRECT_HTTPS on
REDIRECT_REDIRECT_SCRIPT_URI https://clinicaspatium.com.br/noticia/4e732ced3463d06de0ca9a15b6153677
REDIRECT_REDIRECT_SCRIPT_URL /noticia/4e732ced3463d06de0ca9a15b6153677
REDIRECT_REDIRECT_SSL_TLS_SNI clinicaspatium.com.br
REDIRECT_REDIRECT_STATUS 200
REDIRECT_REDIRECT_UNIQUE_ID ZgVNmq-c2wHejoRgyCCE8wAAAAA
REDIRECT_SCRIPT_URI https://clinicaspatium.com.br/noticia/4e732ced3463d06de0ca9a15b6153677
REDIRECT_SCRIPT_URL /noticia/4e732ced3463d06de0ca9a15b6153677
REDIRECT_SSL_TLS_SNI clinicaspatium.com.br
REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgVNmq-c2wHejoRgyCCE8wAAAAA
REDIRECT_URL /public/noticia/4e732ced3463d06de0ca9a15b6153677
REMOTE_ADDR 3.238.57.9
REMOTE_PORT 57246
REQUEST_METHOD GET
REQUEST_SCHEME https
REQUEST_URI /noticia/4e732ced3463d06de0ca9a15b6153677
SCRIPT_FILENAME /home/clinicaspatium/public_html/public/index.php
SCRIPT_NAME /public/index.php
SCRIPT_URI https://clinicaspatium.com.br/noticia/4e732ced3463d06de0ca9a15b6153677
SCRIPT_URL /noticia/4e732ced3463d06de0ca9a15b6153677
SERVER_ADDR 184.171.248.34
SERVER_ADMIN webmaster@clinicaspatium.com.br
SERVER_NAME clinicaspatium.com.br
SERVER_PORT 443
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SSL_TLS_SNI clinicaspatium.com.br
TZ America/Sao_Paulo
UNIQUE_ID ZgVNmq-c2wHejoRgyCCE8wAAAAA
PHP_SELF /public/index.php
REQUEST_TIME_FLOAT 1711623578.0949
REQUEST_TIME 1711623578
argv Array ( )
argc 0
empty
empty
empty
empty
Key Value
_sf2_attributes Array ( [_token] => RaL7IZUtNV3H2k3mXPgGWEWcAKNS6t3xaxobWnHn )
_sf2_flashes Array ( )
_sf2_meta Array ( [u] => 1711623578 [c] => 1711623578 [l] => 10800 )
Key Value
CONTEXT_DOCUMENT_ROOT /home/clinicaspatium/public_html
CONTEXT_PREFIX
DOCUMENT_ROOT /home/clinicaspatium/public_html
GATEWAY_INTERFACE CGI/1.1
HTTPS on
HTTP_ACCEPT */*
HTTP_HOST clinicaspatium.com.br
HTTP_USER_AGENT claudebot
HTTP_X_HTTPS 1
PATH /bin:/usr/bin
QUERY_STRING
REDIRECT_HTTPS on
REDIRECT_REDIRECT_HTTPS on
REDIRECT_REDIRECT_SCRIPT_URI https://clinicaspatium.com.br/noticia/4e732ced3463d06de0ca9a15b6153677
REDIRECT_REDIRECT_SCRIPT_URL /noticia/4e732ced3463d06de0ca9a15b6153677
REDIRECT_REDIRECT_SSL_TLS_SNI clinicaspatium.com.br
REDIRECT_REDIRECT_STATUS 200
REDIRECT_REDIRECT_UNIQUE_ID ZgVNmq-c2wHejoRgyCCE8wAAAAA
REDIRECT_SCRIPT_URI https://clinicaspatium.com.br/noticia/4e732ced3463d06de0ca9a15b6153677
REDIRECT_SCRIPT_URL /noticia/4e732ced3463d06de0ca9a15b6153677
REDIRECT_SSL_TLS_SNI clinicaspatium.com.br
REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgVNmq-c2wHejoRgyCCE8wAAAAA
REDIRECT_URL /public/noticia/4e732ced3463d06de0ca9a15b6153677
REMOTE_ADDR 3.238.57.9
REMOTE_PORT 57246
REQUEST_METHOD GET
REQUEST_SCHEME https
REQUEST_URI /noticia/4e732ced3463d06de0ca9a15b6153677
SCRIPT_FILENAME /home/clinicaspatium/public_html/public/index.php
SCRIPT_NAME /public/index.php
SCRIPT_URI https://clinicaspatium.com.br/noticia/4e732ced3463d06de0ca9a15b6153677
SCRIPT_URL /noticia/4e732ced3463d06de0ca9a15b6153677
SERVER_ADDR 184.171.248.34
SERVER_ADMIN webmaster@clinicaspatium.com.br
SERVER_NAME clinicaspatium.com.br
SERVER_PORT 443
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SSL_TLS_SNI clinicaspatium.com.br
TZ America/Sao_Paulo
UNIQUE_ID ZgVNmq-c2wHejoRgyCCE8wAAAAA
0. Whoops\Handler\PrettyPageHandler