summaryrefslogtreecommitdiffstats
path: root/src/Exceptions/NoTLS.php
blob: 67d96105db05803c3e0a80ad17aff7b739a3b86f (plain)
1
2
3
4
5
6
7
8
<?php

namespace SMTPValidateEmail\Exceptions;

class NoTLS extends Exception
{

}