mirror of
https://github.com/elyby/accounts.git
synced 2024-11-27 01:02:06 +05:30
7 lines
111 B
PHP
7 lines
111 B
PHP
|
<?php
|
||
|
namespace common\components\Mojang\exceptions;
|
||
|
|
||
|
class NoContentException extends MojangApiException {
|
||
|
|
||
|
}
|