Codebase list reactphp-dns / scrub-obsolete/main src / BadServerException.php
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

BadServerException.php @scrub-obsolete/mainraw · history · blame

1
2
3
4
5
6
7
<?php

namespace React\Dns;

final class BadServerException extends \Exception
{
}