Codebase list reactphp-dns / 9b02e14 src / RecordNotFoundException.php
9b02e14

Tree @9b02e14 (Download .tar.gz)

RecordNotFoundException.php @9b02e14raw · history · blame

1
2
3
4
5
6
7
<?php

namespace React\Dns;

final class RecordNotFoundException extends \Exception
{
}