commit vendor
This commit is contained in:
18
vendor/laminas/laminas-mail/src/Transport/Exception/RuntimeException.php
vendored
Normal file
18
vendor/laminas/laminas-mail/src/Transport/Exception/RuntimeException.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?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\Transport\Exception;
|
||||
|
||||
use Laminas\Mail\Exception;
|
||||
|
||||
/**
|
||||
* Exception for Laminas\Mail component.
|
||||
*/
|
||||
class RuntimeException extends Exception\RuntimeException implements ExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user