Move library\OAuth1.php to class structure Friendica\Security\OAuth1

This commit is contained in:
Philipp
2020-09-30 11:21:58 +02:00
parent 8318a0b640
commit fe653b652a
18 changed files with 1121 additions and 1055 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace Friendica\Security\OAuth1;
use Exception;
class OAuthException extends Exception
{
}