ServerStatus/hidden/MinecraftQuery/MinecraftQueryException.php

7 lines
122 B
PHP

<?php
namespace xPaw;
class MinecraftQueryException extends \Exception
{
// Exception thrown by MinecraftQuery class
}
?>