Codebase list reactphp-dns / 9b02e14 src / Query / TimeoutException.php
9b02e14

Tree @9b02e14 (Download .tar.gz)

TimeoutException.php @9b02e14raw · history · blame

1
2
3
4
5
6
7
<?php

namespace React\Dns\Query;

final class TimeoutException extends \Exception
{
}