summaryrefslogtreecommitdiff
path: root/src/FastDNSException.php
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-12-10 22:07:11 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-12-10 22:07:11 +0300
commit55ad6b4fad2aa8e4e941c40980bdc5afc406881b (patch)
tree809daf88bb5042a40d27ca8a813cdc9ce0879837 /src/FastDNSException.php
parent6ed0e6e9cf781f0be7601690f342098d79ab220c (diff)
composer support
Diffstat (limited to 'src/FastDNSException.php')
-rw-r--r--src/FastDNSException.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/FastDNSException.php b/src/FastDNSException.php
new file mode 100644
index 0000000..c8690a4
--- /dev/null
+++ b/src/FastDNSException.php
@@ -0,0 +1,5 @@
+<?php
+
+namespace ch1p;
+
+class FastDNSException extends \Exception {} \ No newline at end of file