1
0
mirror of https://github.com/danog/dns.git synced 2024-11-27 12:34:59 +01:00
dns/lib/DnsException.php
2019-01-24 19:27:47 -06:00

11 lines
144 B
PHP

<?php
namespace Amp\Dns;
/**
* This class will extend \Exception in a future version.
*/
class DnsException extends ResolutionException
{
}