Authored by hf

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

... ... @@ -8,7 +8,7 @@
/**
* @ignore
*/
class OAuthException extends Exception {
class OAuthException extends \Exception {
// pass
}
... ...