%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex/demo/vendor/livewire/livewire/src/Exceptions/
Upload File :
Create Path :
Current File : /www/loslex/demo/vendor/livewire/livewire/src/Exceptions/PublicPropertyNotFoundException.php

<?php

namespace Livewire\Exceptions;

class PublicPropertyNotFoundException extends \Exception
{
    use BypassViewHandler;

    public function __construct($property, $component)
    {
        parent::__construct(
            "Unable to set component data. Public property [\${$property}] not found on component: [{$component}]"
        );
    }
}

Zerion Mini Shell 1.0