class WebServiceException in Smart IP 7.2
Same name and namespace in other branches
- 6.2 includes/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php \MaxMind\Exception\WebServiceException
This class represents a generic web service error.
Hierarchy
- class \MaxMind\Exception\WebServiceException extends \MaxMind\Exception\Exception
Expanded class hierarchy of WebServiceException
1 file declares its use of WebServiceException
- Client.php in includes/
vendor/ maxmind/ web-service-common/ src/ WebService/ Client.php
File
- includes/
vendor/ maxmind/ web-service-common/ src/ Exception/ WebServiceException.php, line 8
Namespace
MaxMind\ExceptionView source
class WebServiceException extends \Exception {
}