File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/Donors/Exceptions/FailedDonorUserCreationException.php
Back
<?php declare(strict_types=1); namespace Give\Donors\Exceptions; use Give\Donors\Models\Donor; use Give\Framework\Exceptions\Primitives\Exception; /** * @since 3.2.0 */ class FailedDonorUserCreationException extends Exception { protected $donor; public function __construct( Donor $donor = null, $code = 0, $previous = null ) { parent::__construct('Failed creating a user for the donor.', $code, $previous); $this->donor = $donor; } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings