1
0
mirror of https://github.com/elyby/accounts.git synced 2025-03-06 00:15:53 +05:30
2018-04-17 23:47:25 +03:00

9 lines
103 B
PHP

<?php
declare(strict_types=1);
namespace api\modules\oauth\exceptions;
interface OauthException {
}