1
0
mirror of https://github.com/danog/dns.git synced 2024-11-27 04:24:48 +01:00
dns/lib/ResolutionException.php
Aaron Piotrowski 644c4f8fc6 Drop strict types
Dropping strict types so it is not enforced in callbacks provided by application code.
2016-12-29 21:16:14 -06:00

6 lines
75 B
PHP

<?php
namespace Amp\Dns;
class ResolutionException extends \Exception {}