Codebase list reactphp-dns / dcb38a9 src / BadServerException.php
dcb38a9

Tree @dcb38a9 (Download .tar.gz)

BadServerException.php @dcb38a9raw · history · blame

1
2
3
4
5
6
7
<?php

namespace React\Dns;

final class BadServerException extends \Exception
{
}