1
0
mirror of https://github.com/danog/dns.git synced 2024-12-02 17:38:05 +01:00
dns/lib/TimeoutException.php

8 lines
75 B
PHP
Raw Normal View History

<?php
2015-08-02 04:18:44 +02:00
namespace Amp\Dns;
2019-01-25 02:27:47 +01:00
class TimeoutException extends DnsException
{
2017-06-17 10:49:54 +02:00
}