/var/www/html_de/wp-content/plugins/fluent-smtp/includes/Support/ForbiddenException.php


1
2
3
4
5
6
7
8
9
10
<?php

namespace FluentMail\Includes\Support;

use 
Exception;

class 
ForbiddenException extends Exception
{
    
// ...
}