Files
accounts/common/components/Mojang/exceptions/MojangApiException.php
T
2016-03-22 00:22:17 +03:00

9 lines
118 B
PHP

<?php
namespace common\components\Mojang\exceptions;
use Exception;
class MojangApiException extends Exception {
}