layershifter/TLDDatabase

View on GitHub
src/Exceptions/HttpException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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
{

}