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