• File: IPinfoException.php
  • Full Path: /home/chassiw/www/wp-content/plugins/zero-spam/vendor/ipinfo/ipinfo/src/IPinfoException.php
  • File size: 93 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace ipinfo\ipinfo;

use Exception;

class IPinfoException extends Exception
{
}