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