# worker/4.0.1/src/Dropbox/Exception/ProtocolError.php

ManageWP Worker, version 4.0.1. 17 lines.

- Page: https://pluginprobe.com/plugins/worker/4.0.1/code/src/Dropbox/Exception/ProtocolError.php
- Raw: https://pluginprobe.com/plugins/worker/4.0.1/raw/src/Dropbox/Exception/ProtocolError.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/Exception/ProtocolError.php#L10-L20`.

```php
<?php

/**
 * There was an protocol misunderstanding between this SDK and the server.  One of us didn't
 * understand what the other one was saying.
 */
class Dropbox_Exception_ProtocolError extends Dropbox_Exception
{
    /**
     * @internal
     */
    public function __construct($message)
    {
        parent::__construct($message);
    }
}

```
