%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pjc/vendor/livewire/livewire/src/Exceptions/
Upload File :
Create Path :
Current File : /var/www/pjc/vendor/livewire/livewire/src/Exceptions/CorruptComponentPayloadException.php

<?php

namespace Livewire\Exceptions;

class CorruptComponentPayloadException extends \Exception
{
    use BypassViewHandler;

    public function __construct($component)
    {
        parent::__construct(
            "Livewire encountered corrupt data when trying to hydrate the [{$component}] component. \n".
            "Ensure that the [name, id, data] of the Livewire component wasn't tampered with between requests."
        );
    }
}

Zerion Mini Shell 1.0