Path : /var/www/html/phkaymedia/vendor/livewire/livewire/src/Exceptions/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaymedia/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}]." ); } }