name : PropertyNotFoundException.php
<?php

namespace Livewire\Exceptions;

class PropertyNotFoundException extends \Exception
{
    use BypassViewHandler;

    public function __construct($property, $component)
    {
        parent::__construct(
            "Property [\${$property}] not found on component: [{$component}]"
        );
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password