%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pjc/vendor/livewire/livewire/src/Exceptions/
Upload File :
Create Path :
Current File : /var/www/pjc/vendor/livewire/livewire/src/Exceptions/MissingFileUploadsTraitException.php

<?php

namespace Livewire\Exceptions;

class MissingFileUploadsTraitException extends \Exception
{
    use BypassViewHandler;

    public function __construct($component)
    {
        parent::__construct(
            "Cannot handle file upload without [Livewire\WithFileUploads] trait on the [{$component::getName()}] component class."
        );
    }
}

Zerion Mini Shell 1.0