Files
MYSOPHAL/vendor/laminas/laminas-mail/src/Storage/Exception/ExceptionInterface.php
2025-11-11 14:49:30 +01:00

16 lines
441 B
PHP

<?php
/**
* @see https://github.com/laminas/laminas-mail for the canonical source repository
* @copyright https://github.com/laminas/laminas-mail/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-mail/blob/master/LICENSE.md New BSD License
*/
namespace Laminas\Mail\Storage\Exception;
use Laminas\Mail\Exception\ExceptionInterface as MailException;
interface ExceptionInterface extends MailException
{
}