mirror of
https://github.com/elyby/accounts.git
synced 2024-11-27 01:02:06 +05:30
8b06adb7e8
Зафиксировал минорные версии для библиотек Composer
7 lines
111 B
PHP
7 lines
111 B
PHP
<?php
|
|
namespace common\components\Mojang\exceptions;
|
|
|
|
class NoContentException extends MojangApiException {
|
|
|
|
}
|