diff options
Diffstat (limited to 'includes/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php')
| -rw-r--r-- | includes/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php b/includes/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php new file mode 100644 index 0000000..ff33452 --- /dev/null +++ b/includes/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php @@ -0,0 +1,10 @@ +<?php + +namespace MaxMind\Exception; + +/** + * This class represents a generic web service error. + */ +class WebServiceException extends \Exception +{ +} |