14. Symfony\Component\Debug\Exception\FatalThrowableError
…/­vendor/­filp/­whoops/­src/­Whoops/­Exception/­Inspector.php31
13. Whoops\Exception\Inspector __construct
…/­vendor/­filp/­whoops/­src/­Whoops/­Exception/­Inspector.php80
12. Whoops\Exception\Inspector getPreviousExceptionInspector
…/­vendor/­filp/­whoops/­src/­Whoops/­Exception/­Inspector.php109
11. Whoops\Exception\Inspector getFrames
…/­vendor/­filp/­whoops/­src/­Whoops/­Handler/­PrettyPageHandler.php130
10. Whoops\Handler\PrettyPageHandler handle
…/­vendor/­filp/­whoops/­src/­Whoops/­Run.php256
9. Whoops\Run handleException
…/­vendor/­laravel/­framework/­src/­Illuminate/­Exception/­WhoopsDisplayer.php49
8. Illuminate\Exception\WhoopsDisplayer display
…/­vendor/­laravel/­framework/­src/­Illuminate/­Exception/­Handler.php289
7. Illuminate\Exception\Handler displayException
…/­vendor/­laravel/­framework/­src/­Illuminate/­Exception/­Handler.php160
6. Illuminate\Exception\Handler handleException
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php757
5. Illuminate\Foundation\Application handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­Middleware.php72
4. Illuminate\Session\Middleware handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Cookie/­Queue.php47
3. Illuminate\Cookie\Queue handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Cookie/­Guard.php51
2. Illuminate\Cookie\Guard handle
…/­vendor/­stack/­builder/­src/­Stack/­StackedHttpKernel.php23
1. Stack\StackedHttpKernel handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php641
0. Illuminate\Foundation\Application run
…/­public/­index.php49

Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_RECOVERABLE_ERROR)

Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓
Copy-to-clipboard button
Exception message and its type
Code snippet where the error was thrown
Server state information
Application provided context information
Symfony\Component\Debug\Exception\FatalThrowableError thrown with message "Type error: Argument 1 passed to Whoops\Exception\Inspector::__construct() must be an instance of Exception, instance of ParseError given, called in /home/ubuntu/public_html/tuniversia/vendor/filp/whoops/src/Whoops/Exception/Inspector.php on line 80" Stacktrace: #14 Symfony\Component\Debug\Exception\FatalThrowableError in /home/ubuntu/public_html/tuniversia/vendor/filp/whoops/src/Whoops/Exception/Inspector.php:31 #13 Whoops\Exception\Inspector:__construct in /home/ubuntu/public_html/tuniversia/vendor/filp/whoops/src/Whoops/Exception/Inspector.php:80 #12 Whoops\Exception\Inspector:getPreviousExceptionInspector in /home/ubuntu/public_html/tuniversia/vendor/filp/whoops/src/Whoops/Exception/Inspector.php:109 #11 Whoops\Exception\Inspector:getFrames in /home/ubuntu/public_html/tuniversia/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:130 #10 Whoops\Handler\PrettyPageHandler:handle in /home/ubuntu/public_html/tuniversia/vendor/filp/whoops/src/Whoops/Run.php:256 #9 Whoops\Run:handleException in /home/ubuntu/public_html/tuniversia/vendor/laravel/framework/src/Illuminate/Exception/WhoopsDisplayer.php:49 #8 Illuminate\Exception\WhoopsDisplayer:display in /home/ubuntu/public_html/tuniversia/vendor/laravel/framework/src/Illuminate/Exception/Handler.php:289 #7 Illuminate\Exception\Handler:displayException in /home/ubuntu/public_html/tuniversia/vendor/laravel/framework/src/Illuminate/Exception/Handler.php:160 #6 Illuminate\Exception\Handler:handleException in /home/ubuntu/public_html/tuniversia/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:757 #5 Illuminate\Foundation\Application:handle in /home/ubuntu/public_html/tuniversia/vendor/laravel/framework/src/Illuminate/Session/Middleware.php:72 #4 Illuminate\Session\Middleware:handle in /home/ubuntu/public_html/tuniversia/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php:47 #3 Illuminate\Cookie\Queue:handle in /home/ubuntu/public_html/tuniversia/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php:51 #2 Illuminate\Cookie\Guard:handle in /home/ubuntu/public_html/tuniversia/vendor/stack/builder/src/Stack/StackedHttpKernel.php:23 #1 Stack\StackedHttpKernel:handle in /home/ubuntu/public_html/tuniversia/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:641 #0 Illuminate\Foundation\Application:run in /home/ubuntu/public_html/tuniversia/public/index.php:49

Type error: Argument 1 passed to Whoops\Exception\Inspector::__construct() must be an instance of Exception, instance of ParseError given, called in /home/ubuntu/public_html/tuniversia/vendor/filp/whoops/src/Whoops/Exception/Inspector.php on line 80

     * @var \Whoops\Exception\Inspector
     */
    private $previousExceptionInspector;
 
    /**
     * @param Exception $exception The exception to inspect
     */
    public function __construct(Exception $exception)
    {
        $this->exception = $exception;
     */
    public function getPreviousExceptionInspector()
    {
        if ($this->previousExceptionInspector === null) {
            $previousException = $this->exception->getPrevious();
 
            if ($previousException) {
                $this->previousExceptionInspector = new Inspector($previousException);
            }
        }
                $frames = array($this->getFrameFromError($this->exception));
            } else {
                $firstFrame = $this->getFrameFromException($this->exception);
                array_unshift($frames, $firstFrame);
            }
            $this->frames = new FrameCollection($frames);
 
            if ($previousInspector = $this->getPreviousExceptionInspector()) {
                // Keep outer frame on top of the inner one
                $outerFrames = $this->frames;
        $jsFile       = $this->getResource("js/whoops.base.js");
 
        if ($this->customCss) {
            $customCssFile = $this->getResource($this->customCss);
        }
 
        $inspector = $this->getInspector();
        $frames    = $inspector->getFrames();
 
        $code = $inspector->getException()->getCode();
            $handler->setInspector($inspector);
            $handler->setException($exception);
 
            // The HandlerInterface does not require an Exception passed to handle()
            // and neither of our bundled handlers use it.
            // However, 3rd party handlers may have already relied on this parameter,
            // and removing it would be possibly breaking for users.
            $handlerResponse = $handler->handle($exception);
 
            if (in_array($handlerResponse, array(Handler::LAST_HANDLER, Handler::QUIT))) {
	 */
	public function display(Exception $exception)
	{
		$status = $exception instanceof HttpExceptionInterface ? $exception->getStatusCode() : 500;
 
		$headers = $exception instanceof HttpExceptionInterface ? $exception->getHeaders() : array();
 
		return new Response($this->whoops->handleException($exception), $status, $headers);
	}
 
	{
		$displayer = $this->debug ? $this->debugDisplayer : $this->plainDisplayer;
 
		if (! $exception instanceof \Exception) {
			$exception = new FatalThrowableError($exception);
		}
 
		return $displayer->display($exception);
	}
 
		{
			return $this->prepareResponse($response);
		}
 
		// If no response was sent by this custom exception handler, we will call the
		// default exception displayer for the current application context and let
		// it show the exception to the user / developer based on the situation.
		return $this->displayException($exception);
	}
 
 
			return $this['exception']->handleException($e);
		}
		catch (\Throwable $e)
		{
			if ( ! $catch || $this->runningUnitTests()) throw $e;
 
			return $this['exception']->handleException($e);
		}
	}
		if ($this->sessionConfigured())
		{
			$session = $this->startSession($request);
 
			$request->setSession($session);
		}
 
		$response = $this->app->handle($request, $type, $catch);
 
		// Again, if the session has been configured we will need to close out the session
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @param  int   $type
	 * @param  bool  $catch
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
	{
		$response = $this->app->handle($request, $type, $catch);
 
		foreach ($this->cookies->getQueuedCookies() as $cookie)
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @param  int   $type
	 * @param  bool  $catch
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
	{
		return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch));
	}
 
    {
        $this->app = $app;
        $this->middlewares = $middlewares;
    }
 
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->app->handle($request, $type, $catch);
    }
 
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @return void
	 */
	public function run(SymfonyRequest $request = null)
	{
		$request = $request ?: $this['request'];
 
		$response = with($stack = $this->getStackedClient())->handle($request);
 
		$response->send();
| 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 application we have whipped up for them.
|
*/
 
$app->run();
 
empty
empty
empty
empty
empty
Key Value
USER www-data
HOME /var/www
HTTP_REFERER http://estudiantes.tuniversia.com/registro
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST estudiantes.tuniversia.com
REDIRECT_STATUS 200
SERVER_NAME estudiantes.tuniversia.com
SERVER_PORT 443
SERVER_ADDR 172.31.5.88
REMOTE_PORT 50374
REMOTE_ADDR 44.213.80.203
SERVER_SOFTWARE nginx/1.10.3
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /home/ubuntu/public_html/tuniversia/public
DOCUMENT_URI /index.php
REQUEST_URI /registro
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING
SCRIPT_FILENAME /home/ubuntu/public_html/tuniversia/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711644336.5608
REQUEST_TIME 1711644336
empty
0. Whoops\Handler\PrettyPageHandler