From b4b03413078597f8773becc6d3a42f9506f3c453 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Wed, 16 Oct 2013 17:33:29 +0000 Subject: [PATCH] Fixed typo in exception names --- src/GeoIp2/WebService/Client.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GeoIp2/WebService/Client.php b/src/GeoIp2/WebService/Client.php index 09e30ad..fb812f0 100644 --- a/src/GeoIp2/WebService/Client.php +++ b/src/GeoIp2/WebService/Client.php @@ -96,7 +96,7 @@ class Client implements ProviderInterface * provided is not in our database (e.g., a private address). * @throws \GeoIp2\Exception\AuthenticationException if there is a problem * with the user ID or license key that you provided. - * @throws \GeoIp2\Exception\QutOfQueriesException if your account is out + * @throws \GeoIp2\Exception\OutOfQueriesException if your account is out * of queries. * @throws \GeoIp2\Exception\InvalidRequestException} if your request was * received by the web service but is invalid for some other reason. @@ -128,7 +128,7 @@ class Client implements ProviderInterface * provided is not in our database (e.g., a private address). * @throws \GeoIp2\Exception\AuthenticationException if there is a problem * with the user ID or license key that you provided. - * @throws \GeoIp2\Exception\QutOfQueriesException if your account is out + * @throws \GeoIp2\Exception\OutOfQueriesException if your account is out * of queries. * @throws \GeoIp2\Exception\InvalidRequestException} if your request was * received by the web service but is invalid for some other reason. @@ -160,7 +160,7 @@ class Client implements ProviderInterface * provided is not in our database (e.g., a private address). * @throws \GeoIp2\Exception\AuthenticationException if there is a problem * with the user ID or license key that you provided. - * @throws \GeoIp2\Exception\QutOfQueriesException if your account is out + * @throws \GeoIp2\Exception\OutOfQueriesException if your account is out * of queries. * @throws \GeoIp2\Exception\InvalidRequestException} if your request was * received by the web service but is invalid for some other reason. @@ -192,7 +192,7 @@ class Client implements ProviderInterface * provided is not in our database (e.g., a private address). * @throws \GeoIp2\Exception\AuthenticationException if there is a problem * with the user ID or license key that you provided. - * @throws \GeoIp2\Exception\QutOfQueriesException if your account is out + * @throws \GeoIp2\Exception\OutOfQueriesException if your account is out * of queries. * @throws \GeoIp2\Exception\InvalidRequestException} if your request was * received by the web service but is invalid for some other reason.