D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
paypal
/
paypalhttp
/
lib
/
PayPalHttp
/
Filename :
IOException.php
back
Copy
<?php namespace PayPalHttp; use Throwable; class IOException extends \Exception { public function __construct($message = "", $code = 0, Throwable $previous = null) { parent::__construct($message, $code, $previous); } }