mirror of
https://github.com/friendica/friendica
synced 2025-04-26 12:30:11 +00:00
9 lines
104 B
PHP
9 lines
104 B
PHP
<?php
|
|
|
|
namespace Friendica\Security\OAuth1;
|
|
|
|
use Exception;
|
|
|
|
class OAuthException extends Exception
|
|
{
|
|
}
|