mirror of
https://github.com/danog/dns.git
synced 2024-11-27 04:24:48 +01:00
9 lines
123 B
PHP
9 lines
123 B
PHP
<?php
|
|
|
|
namespace Amp\Dns;
|
|
|
|
/** @deprecated Catch DnsException instead. */
|
|
class ResolutionException extends \Exception
|
|
{
|
|
}
|