1<?php
2
3namespace MaxMind\Exception;
4
5class IpAddressNotFoundException extends InvalidRequestException
6{
7}
8