* * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION * DEFGROUP: MokoPlatform.Enterprise.Recovery * INGROUP: MokoPlatform.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/RecoveryError.php * BRIEF: Recovery error exception class * * @package MokoPlatform\Enterprise * @version 04.00.04 * @author moko-platform Team * @license GPL-3.0-or-later */ namespace MokoEnterprise; use RuntimeException; /** * Exception raised when recovery operations fail. */ class RecoveryError extends RuntimeException { }