File "NetworkIO.php"

Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Exception/NetworkIO.php
File size: 288 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Dropbox;

/**
 * There was a network I/O error when making the request.
 */
final class Exception_NetworkIO extends Exception
{
    /**
     * @internal
     */
    function __construct($message, $cause = null)
    {
        parent::__construct($message, $cause);
    }
}