Ben Wagner
Ben Wagner
Currently there is no option to set a keybinding in "**Keyboard Shortcuts for Extensions and Apps"** Chrome settings. 
Fixes Issue #19 **Cause:** PHP Class "OAuthException" being redeclared if it already exists. **Solution:** Only declare if it doesn't already exist. ``` if (!class_exists('OAuthException')) class OAuthException extends Exception { //...
**Cause:** PHP Class "OAuthException" can't be redeclared. **Solution:** Only declare if it doesn't already exist **Error message:** `Cannot redeclare class OAuthException`