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.php576
1. Illuminate\Foundation\Application dispatch
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php552
0. Illuminate\Foundation\Application run
…/­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
USER casadosr
FCGI_ROLE RESPONDER
REDIRECT_STATUS 200
UNIQUE_ID ZgXD0fgSkZcW-SXq5xZhCAAAAFE
GEOIP_COUNTRY_CODE US
GEOIP_COUNTRY_NAME United States
GEOIP_REGION VA
GEOIP_CITY Ashburn
GEOIP_DMA_CODE 511
GEOIP_AREA_CODE 703
GEOIP_LATITUDE 39.046902
GEOIP_LONGITUDE -77.490303
SCRIPT_URL /usados/relogios
SCRIPT_URI http://www.casadosrelogios.pt/usados/relogios
CFG_CLUSTER cluster015
ENVIRONMENT production
PHP_VER 5_3
REGISTER_GLOBALS 0
HTTP_HOST www.casadosrelogios.pt
HTTP_X_PREDICTOR 1
HTTP_X_FORWARDED_FOR 18.213.110.162
HTTP_X_FORWARDED_PROTO http
HTTP_X_OVHREQUEST_ID aeaefc042ace9d830a850b43d9968d84
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_X_FORWARDED_PORT 80
HTTP_X_REMOTE_PORT 51832
HTTP_X_REMOTE_IP 18.213.110.162
HTTP_X_REMOTE_PROTO http
HTTP_FORWARDED for=18.213.110.162; proto=http; host=www.casadosrelogios.pt
HTTP_REMOTE_PORT 51832
HTTP_X_IPLB_UNIQUE_ID 12D56EA2:CA78_5E174F03:0050_6605C3D1_55FF:4770
HTTP_REMOTE_IP 18.213.110.162
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SERVER_NAME www.casadosrelogios.pt
SERVER_ADDR 10.15.20.131
SERVER_PORT 80
REMOTE_ADDR 18.213.110.162
DOCUMENT_ROOT /home/casadosr/www
SERVER_ADMIN postmaster@www.casadosrelogios.pt
SCRIPT_FILENAME /home/casadosr/www/index.php
REMOTE_PORT 65528
REDIRECT_URL /usados/relogios
REDIRECT_QUERY_STRING laravel_session=dhl4dcf9pg6eufo5d4o4f724t4
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING laravel_session=dhl4dcf9pg6eufo5d4o4f724t4
REQUEST_URI /usados/relogios?laravel_session=dhl4dcf9pg6eufo5d4o4f724t4
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711653841.5027
REQUEST_TIME 1711653841
argv Array ( [0] => laravel_session=dhl4dcf9pg6eufo5d4o4f724t4 )
argc 1
Key Value
laravel_session dhl4dcf9pg6eufo5d4o4f724t4
empty
empty
empty
Key Value
_sf2_attributes Array ( [_token] => Poi3SnhDrdplTWzLVQWgc5BzSqWf7heb66CjsKr9 )
_sf2_flashes Array ( )
_sf2_meta Array ( [u] => 1711653841 [c] => 1711653841 [l] => 7200 )
Key Value
USER casadosr
FCGI_ROLE RESPONDER
REDIRECT_STATUS 200
UNIQUE_ID ZgXD0fgSkZcW-SXq5xZhCAAAAFE
GEOIP_COUNTRY_CODE US
GEOIP_COUNTRY_NAME United States
GEOIP_REGION VA
GEOIP_CITY Ashburn
GEOIP_DMA_CODE 511
GEOIP_AREA_CODE 703
GEOIP_LATITUDE 39.046902
GEOIP_LONGITUDE -77.490303
SCRIPT_URL /usados/relogios
SCRIPT_URI http://www.casadosrelogios.pt/usados/relogios
CFG_CLUSTER cluster015
ENVIRONMENT production
PHP_VER 5_3
REGISTER_GLOBALS 0
HTTP_HOST www.casadosrelogios.pt
HTTP_X_PREDICTOR 1
HTTP_X_FORWARDED_FOR 18.213.110.162
HTTP_X_FORWARDED_PROTO http
HTTP_X_OVHREQUEST_ID aeaefc042ace9d830a850b43d9968d84
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_X_FORWARDED_PORT 80
HTTP_X_REMOTE_PORT 51832
HTTP_X_REMOTE_IP 18.213.110.162
HTTP_X_REMOTE_PROTO http
HTTP_FORWARDED for=18.213.110.162; proto=http; host=www.casadosrelogios.pt
HTTP_REMOTE_PORT 51832
HTTP_X_IPLB_UNIQUE_ID 12D56EA2:CA78_5E174F03:0050_6605C3D1_55FF:4770
HTTP_REMOTE_IP 18.213.110.162
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SERVER_NAME www.casadosrelogios.pt
SERVER_ADDR 10.15.20.131
SERVER_PORT 80
REMOTE_ADDR 18.213.110.162
DOCUMENT_ROOT /home/casadosr/www
SERVER_ADMIN postmaster@www.casadosrelogios.pt
SCRIPT_FILENAME /home/casadosr/www/index.php
REMOTE_PORT 65528
REDIRECT_URL /usados/relogios
REDIRECT_QUERY_STRING laravel_session=dhl4dcf9pg6eufo5d4o4f724t4
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING laravel_session=dhl4dcf9pg6eufo5d4o4f724t4
REQUEST_URI /usados/relogios?laravel_session=dhl4dcf9pg6eufo5d4o4f724t4
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711653841.5027
REQUEST_TIME 1711653841
argv Array ( [0] => laravel_session=dhl4dcf9pg6eufo5d4o4f724t4 )
argc 1
0. Whoops\Handler\PrettyPageHandler