This website requires JavaScript.
Explore
Help
Sign In
danog
/
dns
Watch
1
Star
0
Fork
0
You've already forked dns
mirror of
https://github.com/danog/dns.git
synced
2024-11-26 20:14:51 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
38f7431878
dns
/
lib
/
NoRecordException.php
7 lines
83 B
PHP
Raw
Normal View
History
Unescape
Escape
Drop strict types Dropping strict types so it is not enforced in callbacks provided by application code.
2016-12-30 04:16:14 +01:00
<
?
php
Massive refactor using amp/1.0.0
2015-08-02 04:18:44 +02:00
namespace
Amp\Dns
;
Update to PHPUnit 6, update code style
2017-06-17 10:49:54 +02:00
class
NoRecordException
extends
ResolutionException
{
}
Reference in New Issue
Copy Permalink