Codebase list reactphp-dns / fa6627ef-dc7c-4ffd-b81d-bfc8db1d8ebc/main src / BadServerException.php
fa6627ef-dc7c-4ffd-b81d-bfc8db1d8ebc/main

Tree @fa6627ef-dc7c-4ffd-b81d-bfc8db1d8ebc/main (Download .tar.gz)

BadServerException.php @fa6627ef-dc7c-4ffd-b81d-bfc8db1d8ebc/mainraw · history · blame

1
2
3
4
5
6
7
<?php

namespace React\Dns;

final class BadServerException extends \Exception
{
}