Ben Wagner

Results 3 issues of Ben Wagner

Currently there is no option to set a keybinding in "**Keyboard Shortcuts for Extensions and Apps"** Chrome settings. ![image](https://cloud.githubusercontent.com/assets/890252/17446318/c1ec35a4-5b16-11e6-9754-5b9df862d31a.png)

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`