PATH:
home
/
bkunreyz
/
bcmuslimgolfers.com
/
wp-content
/
plugins
/
backup
/
com
/
lib
/
Dropbox
/
Exception
<?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); } }
[-] BadResponseCode.php
[edit]
[-] NetworkIO.php
[edit]
[-] ProtocolError.php
[edit]
[-] BadResponse.php
[edit]
[+]
..
[-] BadRequest.php
[edit]
[-] RetryLater.php
[edit]
[-] InvalidAccessToken.php
[edit]
[-] ServerError.php
[edit]