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

UpdraftPlus: WP Backup &amp; Migration Plugin, version 1.4.2. 13 lines.

- Page: https://pluginprobe.com/plugins/updraftplus/1.4.2/code/includes/Dropbox/Exception.php
- Raw: https://pluginprobe.com/plugins/updraftplus/1.4.2/raw/includes/Dropbox/Exception.php
- Modified: 2013-01-08T18:27:48+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.4.2/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
{

}

```
