dns-over-https/lib/DoHException.php
2019-06-12 13:48:57 +02:00

11 lines
113 B
PHP

<?php
namespace Amp\DoH;
/**
* Throw when DoH resolution fails.
*/
class DoHException extends \Exception
{
}