File manager - Edit - /var/www/payraty/helpdesk/vendor/livewire/livewire/src/Features/SupportFileUploads/MissingFileUploadsTraitException.php
Back
<?php namespace Livewire\Features\SupportFileUploads; use Exception; use Livewire\Exceptions\BypassViewHandler; 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." ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings