Move plugin files to a subfolder
[MAILPOET-3988]
This commit is contained in:
15
mailpoet/lib/API/JSON/Error.php
Normal file
15
mailpoet/lib/API/JSON/Error.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\API\JSON;
|
||||
|
||||
final class Error {
|
||||
const UNKNOWN = 'unknown';
|
||||
const BAD_REQUEST = 'bad_request';
|
||||
const UNAUTHORIZED = 'unauthorized';
|
||||
const FORBIDDEN = 'forbidden';
|
||||
const NOT_FOUND = 'not_found';
|
||||
|
||||
private function __construct() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user