Viewing File: /htdocs/atito2/vendor/livewire/livewire/src/Exceptions/ComponentNotFoundException.php

<?php

namespace Livewire\Exceptions;

class ComponentNotFoundException extends \Exception
{
    use BypassViewHandler;
}
Back to Directory File Manager