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

namespace SMTPValidateEmail\Exceptions;

class NoTimeout extends Exception
{

}