Skip to content
Snippets Groups Projects
PHPMailerException.php 151 B
Newer Older
<?php

namespace Drupal\smtp\Exception;

/**
 * General exception for errors thrown by PHPMailer.
 */
class PHPMailerException extends \Exception {

}