Files
zyt/server/app/common/service/pharmacy/PharmacyReconciliationRequiredException.php
T
2026-07-22 14:50:34 +08:00

12 lines
177 B
PHP

<?php
declare(strict_types=1);
namespace app\common\service\pharmacy;
use RuntimeException;
final class PharmacyReconciliationRequiredException extends RuntimeException
{
}