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

namespace SMTPValidateEmail\Exceptions;

class Timeout extends Exception
{

}