Error

We're sorry, but an unhandled error occurred. Please see the details below.

Uncaught TypeError: Argument 1 passed to Illuminate\Exception\WhoopsDisplayer::display() must be an instance of Exception, instance of Error given, called in /home/ifbso/public_html/vendor/laravel/framework/src/Illuminate/Exception/Handler.php on line 280 and defined in /home/ifbso/public_html/vendor/laravel/framework/src/Illuminate/Exception/WhoopsDisplayer.php:43 Stack trace: #0 /home/ifbso/public_html/vendor/laravel/framework/src/Illuminate/Exception/Handler.php(280): Illuminate\Exception\WhoopsDisplayer->display(Object(Error)) #1 /home/ifbso/public_html/vendor/laravel/framework/src/Illuminate/Exception/Handler.php(159): Illuminate\Exception\Handler->displayException(Object(Error)) #2 /home/ifbso/public_html/vendor/laravel/framework/src/Illuminate/Exception/Handler.php(170): Illuminate\Exception\Handler->handleException(Object(Error)) #3 [internal function]: Illuminate\Exception\Handler->handleUncaughtException(Object(Error)) #4 {main} thrown

/home/ifbso/public_html/vendor/laravel/framework/src/Illuminate/Exception/WhoopsDisplayer.php line 43

	/**
	 * Display the given exception to the user.
	 *
	 * @param  \Exception  $exception
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	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);

Stack trace

# Called Code Document Line
1 Illuminate\Exception\Handler->handleShutdown()