commit vendor
This commit is contained in:
15
vendor/laminas/laminas-mail/src/Storage/Exception/ExceptionInterface.php
vendored
Normal file
15
vendor/laminas/laminas-mail/src/Storage/Exception/ExceptionInterface.php
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<?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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user