mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 20:18:52 +02:00
N°4307 Replace SwiftMailer with Laminas-mail
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @see https://github.com/laminas/laminas-loader for the canonical source repository
|
||||
* @copyright https://github.com/laminas/laminas-loader/blob/master/COPYRIGHT.md
|
||||
* @license https://github.com/laminas/laminas-loader/blob/master/LICENSE.md New BSD License
|
||||
*/
|
||||
|
||||
namespace Laminas\Loader\Exception;
|
||||
|
||||
require_once __DIR__ . '/ExceptionInterface.php';
|
||||
|
||||
class MissingResourceNamespaceException extends \Exception implements ExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user