File "RuntimeException.php"

Full Path: /home/warrior1/public_html/languages/wp-content-20241001222009/plugins/mailpoet/lib/Automation/Engine/Exceptions/RuntimeException.php
File size: 280 bytes
MIME-type: text/x-php
Charset: utf-8

<?php declare(strict_types = 1);

namespace MailPoet\Automation\Engine\Exceptions;

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


/**
 * USE: Generic runtime error. When possible, use a more specific exception instead.
 * API: 500 Server Error
 */
class RuntimeException extends Exception {
}