whoami7 - Manager
:
/
home
/
qbizpnmr
/
test.qbiztax.com
/
app
/
Exceptions
/
Common
/
Upload File:
files >> /home/qbizpnmr/test.qbiztax.com/app/Exceptions/Common/TooManyEmailsSent.php
<?php namespace App\Exceptions\Common; use RuntimeException; use Throwable; class TooManyEmailsSent extends RuntimeException { public function __construct(string $message = '', int $code = 429, Throwable|null $previous = null) { parent::__construct($message, $code, $previous); } }
Copyright ©2021 || Defacer Indonesia