Authored by hf

code review by hf: fixes bug to coupon newuser second times

@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 /** 8 /**
9 * @ignore 9 * @ignore
10 */ 10 */
11 -class OAuthException extends Exception { 11 +class OAuthException extends \Exception {
12 // pass 12 // pass
13 } 13 }
14 14