Codebase list reactphp-dns / 3d5acd7 src / Query / CancellationException.php
3d5acd7

Tree @3d5acd7 (Download .tar.gz)

CancellationException.php @3d5acd7raw · history · blame

1
2
3
4
5
6
7
<?php

namespace React\Dns\Query;

class CancellationException extends \RuntimeException
{
}