Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/amphp/amp/lib/MultiReasonException.php
Назад
<?php namespace Amp; class MultiReasonException extends \Exception { /** @var \Throwable[] */ private $reasons; /** * @param \Throwable[] $reasons Array of exceptions rejecting the promise. * @param string|null $message */ public function __construct(array $reasons, ?string $message = null) { parent::__construct($message ?: "Multiple errors encountered; use " . self::class . "::getReasons() to retrieve the array of exceptions thrown"); $this->reasons = $reasons; } /** * @return \Throwable[] */ public function getReasons(): array { return $this->reasons; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка