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