<?php declare(strict_types = 1); namespace Frenet\Framework\Exception; /** * Interface ExceptionInterface * @package Frenet\Framework\Exception */ interface ExceptionInterface { }