1
0
mirror of https://github.com/danog/dns.git synced 2025-01-23 05:51:11 +01:00
dns/lib/InvalidNameException.php
Aaron Piotrowski d26f9bb44f Remove amphp/file and amphp/uri dependencies (#80)
Replaces async loading of hosts and resolver files with blocking reads by default.

Closes #78.
2019-01-04 18:20:52 +01:00

7 lines
79 B
PHP

<?php
namespace Amp\Dns;
class InvalidNameException extends DnsException {
}