File "LivewirePageExpiredBecauseNewDeploymentHasSignificantEnoughChanges.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/livewire/livewire/src/Exceptions/LivewirePageExpiredBecauseNewDeploymentHasSignificantEnoughChanges.php
File size: 410 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Livewire\Exceptions;
use Symfony\Component\HttpKernel\Exception\HttpException;
class LivewirePageExpiredBecauseNewDeploymentHasSignificantEnoughChanges extends HttpException
{
public function __construct()
{
parent::__construct(
419,
'New deployment contains changes to Livewire that have invalidated currently open browser pages.'
);
}
}