ExceptionInterface.php 77 Bytes
<?php

namespace Laminas\Config\Exception;

interface ExceptionInterface
{
}