Remove conditional declaration of OAuthException

このコミットが含まれているのは:
Hypolite Petovan 2018-02-02 08:08:07 -05:00
コミット 85ec2775e9
1個のファイルの変更2行の追加4行の削除

ファイルの表示

@ -3,10 +3,8 @@
/* Generic exception class
*/
if (!class_exists('OAuthException')) {
class OAuthException extends Exception {
// pass
}
class OAuthException extends Exception {
// pass
}
class OAuthConsumer {