PluginProbe
MailPoet – Newsletters, Email Marketing, and Automation / 3.59.2
MailPoet – Newsletters, Email Marketing, and Automation v3.59.2
5.38.0 5.37.0 5.36.1 5.36.0 5.35.1 5.35.0 5.34.3 5.34.2 5.34.1 5.34.0 5.33.1 5.33.0 5.32.0 5.31.0 5.30.0 5.29.0 5.28.1 5.28.0 5.27.0 5.26.0 5.26.1 5.25.0 5.24.0 4.43.0 4.43.1 All 542 releases
mailpoet / lib / API / JSON / Error.php

Error.php in MailPoet – Newsletters, Email Marketing, and Automation 3.59.2, at lib/API/JSON/Error.php

19 lines 304 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace MailPoet\API\JSON;
4
5 if (!defined('ABSPATH')) exit;
6
7
8 final class Error {
9 const UNKNOWN = 'unknown';
10 const BAD_REQUEST = 'bad_request';
11 const UNAUTHORIZED = 'unauthorized';
12 const FORBIDDEN = 'forbidden';
13 const NOT_FOUND = 'not_found';
14
15 private function __construct() {
16
17 }
18 }
19