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

namespace SMTPValidateEmail\Exceptions;

class SendFailed extends Exception
{

}