AzureException extends Exception
FinalYes
Properties
Methods
- __construct() : mixed
Properties
$request read-only
        public
            RequestInterface
    $request
    
    
    
    
    
    
$response read-only
        public
            ResponseInterface
    $response
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(string $endpoint, RequestInterface $request, ResponseInterface $response) : mixed
    Parameters
- $endpoint : string
- $request : RequestInterface
- $response : ResponseInterface