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