File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ $sdk = new Sdk($token);
30
30
### Validate Email
31
31
32
32
``` php
33
- use UseValidEmail\Sdk\Exceptions\AccessTokenException;
34
- use UseValidEmail\Sdk\Exceptions\ForbiddenException;
35
- use UseValidEmail\Sdk\Exceptions\UnauthorizedException;
36
- use GuzzleHttp\Exception\GuzzleException;
37
-
38
33
try {
39
34
$email = 'example@example.com';
40
35
$response = $sdk->emailValidator->validate($email);
47
42
### Using Helper Function
48
43
49
44
``` php
50
- use GuzzleHttp\Exception\GuzzleException;
51
- use UseValidEmail\Sdk\Exceptions\AccessTokenException;
52
- use UseValidEmail\Sdk\Exceptions\ForbiddenException;
53
- use UseValidEmail\Sdk\Exceptions\UnauthorizedException;
54
- use UseValidEmail\Sdk\Responses\Validation\ValidationResponse;
55
-
56
45
try {
57
46
$email = 'example@example.com';
58
47
$response = validateEmail($email);
You can’t perform that action at this time.
0 commit comments