public function InvalidRequestException::getErrorCode in Smart IP 7.2
Same name and namespace in other branches
- 6.2 includes/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php \MaxMind\Exception\InvalidRequestException::getErrorCode()
File
- includes/
vendor/ maxmind/ web-service-common/ src/ Exception/ InvalidRequestException.php, line 33
Class
- InvalidRequestException
- Thrown when a MaxMind web service returns an error relating to the request.
Namespace
MaxMind\ExceptionCode
public function getErrorCode() {
return $this->error;
}