Merge pull request #4379 from MrPetovan/bug/4377-already-declared-class-oauthconsumer
Remove conditional declaration of OAuthException
This commit is contained in:
commit
aa0d548106
|
@ -3,10 +3,8 @@
|
||||||
|
|
||||||
/* Generic exception class
|
/* Generic exception class
|
||||||
*/
|
*/
|
||||||
if (!class_exists('OAuthException')) {
|
class OAuthException extends Exception {
|
||||||
class OAuthException extends Exception {
|
// pass
|
||||||
// pass
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class OAuthConsumer {
|
class OAuthConsumer {
|
||||||
|
|
Loading…
Reference in a new issue