Rename GenericException to GeoIP2Exception

This commit is contained in:
Gregory Oschwald
2013-05-20 15:42:52 -07:00
parent 73d6f15823
commit b179e29ee7
5 changed files with 15 additions and 15 deletions
@@ -5,6 +5,6 @@ namespace GeoIP2\Exception;
/**
* This class represents a generic error.
*/
class GenericException extends \Exception
class GeoIP2Exception extends \Exception
{
}
+1 -1
View File
@@ -6,7 +6,7 @@ namespace GeoIP2\Exception;
* This class represents an HTTP transport error.
*/
class HttpException extends GenericException
class HttpException extends GeoIP2Exception
{
/**
* The URI queried