diff options
Diffstat (limited to 'assets/php/vendor/react/dns/src/Query/CancellationException.php')
-rwxr-xr-x | assets/php/vendor/react/dns/src/Query/CancellationException.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/assets/php/vendor/react/dns/src/Query/CancellationException.php b/assets/php/vendor/react/dns/src/Query/CancellationException.php deleted file mode 100755 index ac30f4c..0000000 --- a/assets/php/vendor/react/dns/src/Query/CancellationException.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php - -namespace React\Dns\Query; - -class CancellationException extends \RuntimeException -{ -} |