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

namespace SMTPValidateEmail\Exceptions;

class NoResponse extends Exception
{

}