# worker/4.0.1/src/Dropbox/AuthInfoLoadException.php

ManageWP Worker, version 4.0.1. 18 lines.

- Page: https://pluginprobe.com/plugins/worker/4.0.1/code/src/Dropbox/AuthInfoLoadException.php
- Raw: https://pluginprobe.com/plugins/worker/4.0.1/raw/src/Dropbox/AuthInfoLoadException.php
- Modified: 2015-01-18T15:26:34+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/worker/4.0.1/code/src/Dropbox/AuthInfoLoadException.php#L10-L20`.

```php
<?php

/**
 * Thrown by the <code>AuthInfo::loadXXX</code> methods if something goes wrong.
 */
final class Dropbox_AuthInfoLoadException extends Dropbox_Exception
{
    /**
     * @param string $message
     *
     * @internal
     */
    public function __construct($message)
    {
        parent::__construct($message);
    }
}

```
