# updraftplus/1.8.13/includes/Dropbox/Exception.php

UpdraftPlus: WP Backup &amp; Migration Plugin, version 1.8.13. 28 lines.

- Page: https://pluginprobe.com/plugins/updraftplus/1.8.13/code/includes/Dropbox/Exception.php
- Raw: https://pluginprobe.com/plugins/updraftplus/1.8.13/raw/includes/Dropbox/Exception.php
- Modified: 2013-04-16T10:14:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/updraftplus/1.8.13/code/includes/Dropbox/Exception.php#L10-L20`.

```php
<?php

/**
 * Dropbox Exception class
 * @author Ben Tadiar <ben@handcraftedbyben.co.uk>
 * @link https://github.com/benthedesigner/dropbox
 * @package Dropbox
 */
class Dropbox_Exception extends Exception {
}
class Dropbox_BadRequestException extends Exception {
}

class Dropbox_CurlException extends Exception {
}

class Dropbox_NotAcceptableException extends Exception {
}

class Dropbox_NotFoundException extends Exception {
}

class Dropbox_NotModifiedException extends Exception {
}

class Dropbox_UnsupportedMediaTypeException extends Exception {
}

```
