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