hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/chryzalihi/www/wp-content/languages/themes/the/ |
plugins/backwpup/vendor/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php 0000604 00000001126 15244605617 0034213 0 ustar 00 home/chryzalihi/www/wp-contentOLD <?php
namespace Guzzle\Plugin\ErrorResponse;
use Guzzle\Service\Command\CommandInterface;
use Guzzle\Http\Message\Response;
/**
* Interface used to create an exception from an error response
*/
interface ErrorResponseExceptionInterface
{
/**
* Create an exception for a command based on a command and an error response definition
*
* @param CommandInterface $command Command that was sent
* @param Response $response The error response
*
* @return self
*/
public static function fromCommand(CommandInterface $command, Response $response);
}