CancellationException.php 93 Bytes
<?php

namespace React\Dns\Query;

class CancellationException extends \RuntimeException
{
}