Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/updraftp.../includes/Dropbox2
File: Exception.php
<?php
[0] Fix | Delete
[1] Fix | Delete
/**
[2] Fix | Delete
* Dropbox Exception class
[3] Fix | Delete
* @author Ben Tadiar <ben@handcraftedbyben.co.uk>
[4] Fix | Delete
* @link https://github.com/benthedesigner/dropbox
[5] Fix | Delete
* @package Dropbox
[6] Fix | Delete
*/
[7] Fix | Delete
class Dropbox_Exception extends Exception {
[8] Fix | Delete
}
[9] Fix | Delete
[10] Fix | Delete
class Dropbox_BadRequestException extends Exception {
[11] Fix | Delete
}
[12] Fix | Delete
[13] Fix | Delete
class Dropbox_CurlException extends Exception {
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
class Dropbox_NotAcceptableException extends Exception {
[17] Fix | Delete
}
[18] Fix | Delete
[19] Fix | Delete
class Dropbox_NotFoundException extends Exception {
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
class Dropbox_NotModifiedException extends Exception {
[23] Fix | Delete
}
[24] Fix | Delete
[25] Fix | Delete
class Dropbox_UnsupportedMediaTypeException extends Exception {
[26] Fix | Delete
}
[27] Fix | Delete
[28] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function