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

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

RecordNotFoundException.php @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
<?php

namespace React\Dns;

final class RecordNotFoundException extends \Exception
{
}