Codebase list reactphp-dns / upstream/latest src / Query / TimeoutException.php
upstream/latest

Tree @upstream/latest (Download .tar.gz)

TimeoutException.php @upstream/latestraw · history · blame

1
2
3
4
5
6
7
<?php

namespace React\Dns\Query;

final class TimeoutException extends \Exception
{
}