PATH:
home
/
bkunreyz
/
bcmuslimgolfers.com
/
wp-content
/
plugins
/
backup
/
com
/
lib
/
Dropbox
/
WebAuthException
<?php namespace Dropbox; /** * Thrown if Dropbox returns some other error about the authorization request. */ class WebAuthException_Provider extends \Exception { /** * @param string $message * * @internal */ function __construct($message) { parent::__construct($message); } }
[-] NotApproved.php
[edit]
[-] Csrf.php
[edit]
[+]
..
[-] BadState.php
[edit]
[-] Provider.php
[edit]
[-] BadRequest.php
[edit]