website_games/lib/MinecraftPingException.php

9 lines
120 B
PHP
Raw Normal View History

<?php
namespace xPaw;
class MinecraftPingException extends \Exception
{
// Exception thrown by MinecraftPing class
}