automatewoo/includes/Workflows/Presets/Parser/ParserException.php
fei-source 47d3c9a8b6 Update to v6.2.2
Source: GrootMade/Festinger Vault
2026-03-15 08:31:15 +08:00

11 lines
266 B
PHP

<?php
namespace AutomateWoo\Workflows\Presets\Parser;
use AutomateWoo\Exceptions\Exception as ExceptionInterface;
/**
* @class ParserException used in preset parser
* @since %VERSION
*/
class ParserException extends \Exception implements ExceptionInterface {}