Remove conditional declaration of OAuthException
This commit is contained in:
parent
7cf198696e
commit
85ec2775e9
|
@ -3,11 +3,9 @@
|
||||||
|
|
||||||
/* Generic exception class
|
/* Generic exception class
|
||||||
*/
|
*/
|
||||||
if (!class_exists('OAuthException')) {
|
|
||||||
class OAuthException extends Exception {
|
class OAuthException extends Exception {
|
||||||
// pass
|
// pass
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
class OAuthConsumer {
|
class OAuthConsumer {
|
||||||
public $key;
|
public $key;
|
||||||
|
|
Loading…
Reference in a new issue