Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
peripherad
/
vendor
/
spatie
/
laravel-medialibrary
/
src
/
MediaCollections
/
Exceptions
:
RequestDoesNotHaveFile.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Spatie\MediaLibrary\MediaCollections\Exceptions; class RequestDoesNotHaveFile extends FileCannotBeAdded { public static function create(string $key): self { return new static("The current request does not have a file in a key named `{$key}`"); } }