File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/DonationForms/Exceptions/DonationFormForbidden.php
Back
<?php namespace Give\DonationForms\Exceptions; use Exception; use Throwable; /** * @since 3.14.0 */ class DonationFormForbidden extends Exception { public function __construct($message = 'Forbidden', $code = 403, Throwable $previous = null) { parent::__construct($message, $code, $previous); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings