init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
namespace MailPoet\API\REST;
|
||||
|
||||
if (!defined('ABSPATH')) exit;
|
||||
|
||||
|
||||
interface Exception {
|
||||
public function getStatusCode(): int;
|
||||
|
||||
public function getErrorCode(): string;
|
||||
|
||||
public function getErrors(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user