Codebase list reactphp-dns / upstream/latest src / RecordNotFoundException.php
upstream/latest

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

RecordNotFoundException.php @upstream/latestraw · history · blame

1
2
3
4
5
6
7
<?php

namespace React\Dns;

final class RecordNotFoundException extends \Exception
{
}