aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/php/vendor/react/dns/src/Query/CancellationException.php
diff options
context:
space:
mode:
Diffstat (limited to 'assets/php/vendor/react/dns/src/Query/CancellationException.php')
-rwxr-xr-xassets/php/vendor/react/dns/src/Query/CancellationException.php7
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
-{
-}