Preview: AccessDeniedException.php
Size: 323 B
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/lib/Automation/Engine/Exceptions/AccessDeniedException.php
<?php declare(strict_types = 1);
namespace MailPoet\Automation\Engine\Exceptions;
if (!defined('ABSPATH')) exit;
/**
* USE: When an action is forbidden for given actor (although generally valid).
* API: 403 Forbidden
*/
class AccessDeniedException extends UnexpectedValueException {
protected $statusCode = 403;
}
Directory Contents
Dirs: 0 × Files: 8