diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-12-10 22:07:11 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-12-10 22:07:11 +0300 |
commit | 55ad6b4fad2aa8e4e941c40980bdc5afc406881b (patch) | |
tree | 809daf88bb5042a40d27ca8a813cdc9ce0879837 /src/FastDNSException.php | |
parent | 6ed0e6e9cf781f0be7601690f342098d79ab220c (diff) |
composer support
Diffstat (limited to 'src/FastDNSException.php')
-rw-r--r-- | src/FastDNSException.php | 5 |
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 |