Codebase list reactphp-dns / 9b02e14 src / BadServerException.php
9b02e14

Tree @9b02e14 (Download .tar.gz)

BadServerException.php @9b02e14raw · history · blame

1
2
3
4
5
6
7
<?php

namespace React\Dns;

final class BadServerException extends \Exception
{
}