<?phpdeclare(strict_types=1);namespace MaxMindException;/** * This class represents a generic web service error. */class WebServiceException extends Exception{}