| DIR: /home/cardxfeb/public_html/vendor/livewire/livewire/src/Exceptions/ |
| Current File : /home/cardxfeb/public_html/vendor/livewire/livewire/src/Exceptions/ComponentNotFoundException.php |
<?php
namespace Livewire\Exceptions;
class ComponentNotFoundException extends \Exception
{
use BypassViewHandler;
}
|