<?php

declare(strict_types=1);

namespace WP_Statistics\Dependencies\GeoIp2\Exception;

/**
 * This class represents a generic error.
 */
class AuthenticationException extends GeoIp2Exception
{
}
