diff options
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 |