File "InvalidStateException.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/lib/Automation/Engine/Exceptions/InvalidStateException.php
File size: 310 bytes
MIME-type: text/x-php
Charset: utf-8

<?php declare(strict_types = 1);

namespace MailPoet\Automation\Engine\Exceptions;

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


/**
 * USE: An application state that should not occur. Can be subclassed for feature-specific exceptions.
 * API: 500 Server Error
 */
class InvalidStateException extends RuntimeException {
}