mirror of
https://github.com/elyby/accounts.git
synced 2025-02-01 16:29:45 +05:30
8 lines
102 B
PHP
8 lines
102 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace api\modules\oauth\exceptions;
|
|
|
|
interface OauthException {
|
|
}
|