PATH:
home
/
rwabteecom
/
public_html_olld
/
vendor
/
paypal
/
paypalhttp
/
lib
/
PayPalHttp
/
Editing: IOException.php
<?php namespace PayPalHttp; use Throwable; class IOException extends \Exception { public function __construct($message = "", $code = 0, Throwable $previous = null) { parent::__construct($message, $code, $previous); } }
SAVE
CANCEL