Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
13
vendor/paypal/paypalhttp/lib/PayPalHttp/IOException.php
vendored
Normal file
13
vendor/paypal/paypalhttp/lib/PayPalHttp/IOException.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace PayPalHttp;
|
||||
|
||||
use Throwable;
|
||||
|
||||
class IOException extends \Exception
|
||||
{
|
||||
public function __construct($message = "", $code = 0, Throwable $previous = null)
|
||||
{
|
||||
parent::__construct($message, $code, $previous);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user