File "Error.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/mailpoet/lib/API/JSON/Error.php
File size: 304 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace MailPoet\API\JSON;

if (!defined('ABSPATH')) exit;


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() {

  }
}