File manager - Edit - /var/www/payraty/helpdesk/vendor/pda/pheanstalk/src/Exception/JobBuriedException.php
Back
<?php declare(strict_types=1); namespace Pheanstalk\Exception; use Pheanstalk\Contract\JobIdInterface; /** * Indicates that the given job body was buried due to the server being OOM */ final class JobBuriedException extends ClientException { public function __construct(public readonly JobIdInterface $jobId) { parent::__construct(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings