ExceptionInterface.php 75 Bytes
<?php

namespace Laminas\Mime\Exception;

interface ExceptionInterface
{
}