mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 00:54:26 +02:00
Remove conditional declaration of OAuthException
This commit is contained in:
parent
7cf198696e
commit
85ec2775e9
1 changed files with 2 additions and 4 deletions
|
@ -3,11 +3,9 @@
|
|||
|
||||
/* Generic exception class
|
||||
*/
|
||||
if (!class_exists('OAuthException')) {
|
||||
class OAuthException extends Exception {
|
||||
// pass
|
||||
}
|
||||
}
|
||||
|
||||
class OAuthConsumer {
|
||||
public $key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue