관리-도구
편집 파일: ComponentNotFoundException.php
<?php namespace Livewire\Exceptions; class ComponentNotFoundException extends \Exception { use BypassViewHandler; }