src/Exceptions/HttpException.php
<?php
/**
* TLDDatabase: Abstraction for Public Suffix List in PHP.
*
* @link https://github.com/layershifter/TLDDatabase
*
* @copyright Copyright (c) 2016, Alexander Fedyashov
* @license https://raw.githubusercontent.com/layershifter/TLDDatabase/master/LICENSE Apache 2.0 License
*/
namespace LayerShifter\TLDDatabase\Exceptions;
/**
* HTTP exception.
*/
final class HttpException extends Exception
{
}