File "ComponentNotFoundException.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/livewire/livewire/src/Exceptions/ComponentNotFoundException.php
File size: 122 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Livewire\Exceptions;

class ComponentNotFoundException extends \Exception
{
    use BypassViewHandler;
}