Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
spatie
/
laravel-package-tools
/
src
/
Exceptions
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
InvalidPackage.php
0.286KB
edt
ren
<?php namespace Spatie\LaravelPackageTools\Exceptions; use Exception; class InvalidPackage extends Exception { public static function nameIsRequired(): self { return new static('This package does not have a name. You can set one with `$package->name("yourName")`'); } }