Edit File: ComponentNotFoundException.php
<?php namespace Livewire\Exceptions; class ComponentNotFoundException extends \Exception { use BypassViewHandler; }
Back to File Manager