1
0
mirror of https://github.com/elyby/accounts.git synced 2025-03-11 18:59:10 +05:30
accounts/api/modules/oauth/exceptions/InvalidOauthClientState.php

9 lines
151 B
PHP
Raw Normal View History

<?php
namespace api\modules\oauth\exceptions;
use yii\base\Exception;
class InvalidOauthClientState extends Exception implements OauthException {
}