PATH:
home
/
cardxfeb
/
public_html
/
vendor
/
spatie
/
laravel-medialibrary
/
src
/
MediaCollections
/
Exceptions
/
Editing: UnreachableUrl.php
<?php namespace Spatie\MediaLibrary\MediaCollections\Exceptions; class UnreachableUrl extends FileCannotBeAdded { public static function create(string $url): self { return new static("Url `{$url}` cannot be reached"); } }
SAVE
CANCEL