mirror of
https://github.com/elyby/accounts.git
synced 2026-05-02 20:24:07 +05:30
Implementation of the backend for the OAuth2 clients management
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace api\modules\oauth\exceptions;
|
||||
|
||||
interface OauthException {
|
||||
}
|
||||
Reference in New Issue
Block a user