Public Access
Initial: MokoStandards Enterprise API extracted from MokoStandards
Standalone Composer package (mokoconsulting-tech/enterprise). Source: api/, bin/, lib/ directories from MokoStandards main repo. Autoload paths updated for standalone layout.
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* Recovery Error Exception
|
||||
*
|
||||
* Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*
|
||||
* @package MokoStandards\Enterprise
|
||||
* @version 04.00.04
|
||||
* @author MokoStandards Team
|
||||
* @license GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
namespace MokoEnterprise;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* Exception raised when recovery operations fail.
|
||||
*/
|
||||
class RecoveryError extends RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user