using DispenserCommon.Enums; using DispenserUI.Exceptions; namespace DispenserCommon.Exceptions; public class CameraException( string message, string? code = null, Exception? exception = null, ExceptionLevel? level = null) : BizException(message, code, "视觉相机异常", exception, level);