| Path : /var/www/html/solarwindia/vendor/zendframework/zend-diactoros/src/Exception/ |
| Current File : //var/www/html/solarwindia/vendor/zendframework/zend-diactoros/src/Exception/ExceptionInterface.php |
<?php
/**
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
* @copyright Copyright (c) 2015-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);
namespace Zend\Diactoros\Exception;
use Throwable;
/**
* Marker interface for package-specific exceptions.
*/
interface ExceptionInterface extends Throwable
{
}