Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
spatie
/
image
/
src
/
Exceptions
:
ImageMethodDoesNotExist-20250318124345.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Spatie\Image\Exceptions; use Exception; class ImageMethodDoesNotExist extends Exception { public static function make(string $methodName): static { return new static("Method `{$methodName}` does not exist"); } }