Files
piratepoet/lib/API/MP/v1/APIException.php
Pavel Dohnal f130c8d17b Add new api exception
[MAILPOET-2107]
2019-06-06 11:22:48 -04:00

8 lines
111 B
PHP

<?php
namespace MailPoet\API\MP\v1;
if (!defined('ABSPATH')) exit;
class APIException extends \Exception {
}