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

namespace SMTPValidateEmail\Exceptions;

class UnexpectedResponse extends Exception
{

}