mirror of
https://github.com/elyby/accounts.git
synced 2024-12-03 04:01:03 +05:30
9 lines
133 B
PHP
9 lines
133 B
PHP
<?php
|
|
namespace api\modules\authserver\exceptions;
|
|
|
|
use yii\web\HttpException;
|
|
|
|
class AuthserverException extends HttpException {
|
|
|
|
}
|