website_games/lib/MinecraftQueryException.php

9 lines
122 B
PHP
Raw Normal View History

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