Codebase list reactphp-dns / lintian-fixes/main src / RecordNotFoundException.php
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

RecordNotFoundException.php @lintian-fixes/main

ad76bd8
 
 
 
9b02e14
ad76bd8
 
1
2
3
4
5
6
7
<?php

namespace React\Dns;

final class RecordNotFoundException extends \Exception
{
}