File manager - Edit - /var/www/payraty/helpdesk/vendor/pda/pheanstalk/src/Exception/UnsupportedResponseException.php
Back
<?php declare(strict_types=1); namespace Pheanstalk\Exception; use Pheanstalk\Values\ResponseType; final class UnsupportedResponseException extends ClientException { public function __construct(ResponseType|null $type = null) { if (isset($type)) { parent::__construct("Response type {$type->name} is not supported for this command"); } else { parent::__construct(); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings