Add new api exception

[MAILPOET-2107]
This commit is contained in:
Pavel Dohnal
2019-06-04 14:08:26 +02:00
committed by M. Shull
parent 111adbe90e
commit f130c8d17b
3 changed files with 60 additions and 46 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace MailPoet\API\MP\v1;
if (!defined('ABSPATH')) exit;
class APIException extends \Exception {
}