mirror of
https://github.com/danog/dns-over-https.git
synced 2024-11-26 11:54:44 +01:00
11 lines
113 B
PHP
11 lines
113 B
PHP
<?php
|
|
|
|
namespace Amp\DoH;
|
|
|
|
/**
|
|
* Throw when DoH resolution fails.
|
|
*/
|
|
class DoHException extends \Exception
|
|
{
|
|
}
|