File "ComponentAttributeMissingOnDynamicComponentException.php"

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

<?php

namespace Livewire\Exceptions;

class ComponentAttributeMissingOnDynamicComponentException extends \Exception
{
    use BypassViewHandler;

    public function __construct()
    {
        parent::__construct('Dynamic component tag is missing component attribute.');
    }
}