ExceptionInterface.php 133 Bytes
<?php

declare(strict_types=1);

namespace Laminas\Di\Exception;

use Throwable;

interface ExceptionInterface extends Throwable
{
}