Browse
For agents
About
FluentSMTP – WP Mail SMTP Plugin with Amazon SES, SendGrid, Mailgun, Postmark, Cloudflare, toSend, Gmail and Any SMTP
/
trunk
FluentSMTP – WP Mail SMTP Plugin with Amazon SES, SendGrid, Mailgun, Postmark, Cloudflare, toSend, Gmail and Any SMTP
vtrunk
Switch version
2.4.0
trunk
1.0.1
1.1.0
1.1.1
1.2.0
2.0.0
2.0.1
2.0.2
2.1.0
2.1.1
2.1.2
2.2.0
2.2.1
2.2.2
2.2.3
2.2.4
2.2.5
2.2.6
2.2.7
2.2.71
2.2.72
2.2.73
2.2.80
2.2.81
All 32 releases
Overview
Code
fluent-smtp
/
includes
/
Support
/
ForbiddenException.php
ForbiddenException.php
in FluentSMTP – WP Mail SMTP Plugin with Amazon SES, SendGrid, Mailgun, Postmark, Cloudflare, toSend, Gmail and Any SMTP trunk, at includes/Support/ForbiddenException.php
11 lines
121 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
namespace
FluentMail
\
Includes
\
Support
;
4
5
use
Exception
;
6
7
class
ForbiddenException
extends
Exception
8
{
9
//
...
10
}
11