This is automatic generated document for things in Swow\Psr7\Client\ClientExceptionAbstract class
Class ClientExceptionAbstract
Methods
Static method fromException
public static function fromException ( Exception $exception , RequestInterface $request ) : static Method __construct
public function __construct ( RequestInterface $request , string $message , int $code , ?Throwable $previous ) Method getRequest
public function getRequest ( ) : RequestInterface