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-27 04:24:48 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
e53f0b4e3a
dns
/
lib
/
ResolutionException.php
6 lines
102 B
PHP
Raw
Normal View
History
Unescape
Escape
Use strict types
2016-08-24 06:20:25 +02:00
<
?
php
declare
(
strict_types
=
1
);
Initial amphp refactor
2014-09-23 22:47:55 +02:00
namespace
Amp\Dns
;
Add type declarations; code cleanup
2016-08-24 06:14:10 +02:00
class
ResolutionException
extends
\Exception
{}
Reference in New Issue
Copy Permalink