1
0
mirror of https://github.com/danog/dns.git synced 2024-11-27 04:24:48 +01:00
dns/lib/ResolutionException.php

6 lines
82 B
PHP
Raw Normal View History

2014-09-23 22:47:55 +02:00
<?php
namespace Amp\Dns;
class ResolutionException extends \RuntimeException {}