summaryrefslogtreecommitdiffstats
path: root/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php
blob: 1a743a12770f3530a74ae627ecbe6d5cd7d20b71 (plain) (blame)
1
2
3
4
5
6
7
<?php

namespace MaxMind\Exception;

class IpAddressNotFoundException extends InvalidRequestException
{
}