ma-si/ipstack-adapter

View on GitHub
src/Exceptions/InvalidApiException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * Geolocation Ipstack (http://mateuszsitek.com/projects/geolocation-ipstack)
 *
 * @copyright Copyright (c) 2017-2018 DIGITAL WOLVES LTD (http://digitalwolves.ltd) All rights reserved.
 * @license   http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
 */

namespace Aist\Ipstack\Exceptions;

class InvalidApiException extends \Exception
{
}