dns-over-https/lib/DoHException.php

11 lines
113 B
PHP
Raw Normal View History

2019-06-12 13:48:57 +02:00
<?php
namespace Amp\DoH;
/**
* Throw when DoH resolution fails.
*/
class DoHException extends \Exception
{
}