Rename GenericException to GeoIP2Exception
This commit is contained in:
+1
-1
@@ -5,6 +5,6 @@ namespace GeoIP2\Exception;
|
||||
/**
|
||||
* This class represents a generic error.
|
||||
*/
|
||||
class GenericException extends \Exception
|
||||
class GeoIP2Exception extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user