File manager - Edit - /var/www/payraty/helpdesk/vendor/pda/pheanstalk/src/Exception/ConnectionException.php
Back
<?php declare(strict_types=1); namespace Pheanstalk\Exception; /** * An exception relating to the client connection to the beanstalkd server. */ final class ConnectionException extends ClientException { /** * @param int $errno The connection error code * @param string $errstr The connection error message */ public function __construct($errno, $errstr) { parent::__construct(sprintf('Socket error %d: %s', $errno, $errstr)); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings