aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/php/vendor/react/dns/src/Query/CancellationException.php
blob: ac30f4c9155b8b931f010ae8fd3285bb27ef9cfe (plain) (blame)
1
2
3
4
5
6
7
<?php

namespace React\Dns\Query;

class CancellationException extends \RuntimeException
{
}