RuntimeException.php 174 Bytes
<?php

namespace Laminas\Mail\Exception;

/**
 * Exception for Laminas\Mail component.
 */
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}