Files
xuetang/server/app/common/service/pharmacy/EjPharmacyCallbackRetryException.php
T
2026-09-08 11:40:15 +08:00

12 lines
170 B
PHP

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