PATH:
home
/
lab2454c
/
.trash
/
core
/
app
/
Http
/
Controllers
/
Gateway
/
PaypalSdk
/
PayPalHttp
<?php namespace App\Http\Controllers\Gateway\PaypalSdk\PayPalHttp; class HttpException extends IOException { /** * @var statusCode */ public $statusCode; public $headers; /** * @param string $response */ public function __construct($message, $statusCode, $headers) { parent::__construct($message); $this->statusCode = $statusCode; $this->headers = $headers; } }
[+]
..
[-] Encoder.php
[edit]
[-] HttpException.php
[edit]
[+]
Serializer
[-] Injector.php
[edit]
[-] HttpResponse.php
[edit]
[-] Curl.php
[edit]
[-] HttpRequest.php
[edit]
[-] Environment.php
[edit]
[-] HttpClient.php
[edit]
[-] Serializer.php
[edit]
[-] IOException.php
[edit]