| Current Path : /home/rtorresani/www/vendor/laminas/laminas-mail/src/Exception/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-mail/src/Exception/OutOfBoundsException.php |
<?php
namespace Laminas\Mail\Exception;
/**
* Exception for Laminas\Mail component.
*/
class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface
{
}