Move library\OAuth1.php to class structure Friendica\Security\OAuth1
This commit is contained in:
9
src/Security/OAuth1/OAuthException.php
Normal file
9
src/Security/OAuth1/OAuthException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Friendica\Security\OAuth1;
|
||||
|
||||
use Exception;
|
||||
|
||||
class OAuthException extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user