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

13 lines
269 B
PHP

<?php
namespace AutomateWoo\Exceptions;
/**
* AutomateWoo User Facing Exception Interface.
*
* User facing exceptions should have translatable messages.
*
* @since 4.9.0
* @package AutomateWoo\Exceptions
*/
interface UserFacingException extends Exception {}