Add new api exception
[MAILPOET-2107]
This commit is contained in:
7
lib/API/MP/v1/APIException.php
Normal file
7
lib/API/MP/v1/APIException.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace MailPoet\API\MP\v1;
|
||||
|
||||
if (!defined('ABSPATH')) exit;
|
||||
|
||||
class APIException extends \Exception {
|
||||
}
|
Reference in New Issue
Block a user