N°5809 Update laminas/laminas-mail from 2.16.0 to 2.22.0

This commit is contained in:
Pierre Goiffon
2024-01-25 17:24:43 +01:00
parent f3d3ec6ef7
commit 0f39ea8ac7
146 changed files with 4426 additions and 8899 deletions

View File

@@ -2,6 +2,8 @@
namespace Laminas\Mail\Exception;
interface ExceptionInterface
use Throwable;
interface ExceptionInterface extends Throwable
{
}