1: <?php 2: 3: namespace xPaw; 4: 5: /** 6: * Exceptions 7: */ 8: class MinecraftQueryException extends \Exception 9: { 10: // Exception thrown by MinecraftQuery class 11: } 12: