<?php
/**
* This file is part of the Rate Limit package.
*
* Copyright (c) Nikola Posa
*
* For full copyright and license information, please refer to the LICENSE file,
* located at the package root folder.
*/
namespace RateLimit\Exception;
/**
* @author Nikola Posa <posa.nikola@gmail.com>
*/
interface ExceptionInterface
{
}