%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/MissingRulesException.php

<?php

namespace Livewire\Exceptions;

class MissingRulesException extends \Exception
{
    use BypassViewHandler;

    public function __construct($component)
    {
        parent::__construct(
            "Missing [\$rules/rules()] property/method on Livewire component: [{$component}]."
        );
    }
}

Zerion Mini Shell 1.0