summaryrefslogtreecommitdiffstats
path: root/src/Exceptions/Exception.php
blob: 353c76e8fe4674afcb4dd709cab5440fc982e951 (plain)
1
2
3
4
5
6
7
8
<?php

namespace SMTPValidateEmail\Exceptions;

class Exception extends \Exception
{

}