Файловый менеджер - Редактировать - /var/www/jonas-eriksen.dk/jresolutions.dk/test/vendor/facade/flare-client-php/src/Http/Exceptions/BadResponse.php
Назад
<?php namespace Facade\FlareClient\Http\Exceptions; use Exception; use Facade\FlareClient\Http\Response; class BadResponse extends Exception { /** @var \Facade\FlareClient\Http\Response */ public $response; public static function createForResponse(Response $response) { $exception = new static("Could not perform request because: {$response->getError()}"); $exception->response = $response; return $exception; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка