1
0
mirror of https://github.com/danog/dns.git synced 2024-11-30 04:29:06 +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 {}