mirror of
https://github.com/danog/dns.git
synced 2024-12-03 09:57:56 +01:00
d26f9bb44f
Replaces async loading of hosts and resolver files with blocking reads by default. Closes #78.
7 lines
76 B
PHP
7 lines
76 B
PHP
<?php
|
|
|
|
namespace Amp\Dns;
|
|
|
|
class NoRecordException extends DnsException {
|
|
}
|