// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
//go:build arm64
package nodes
// 处理异常
func (this *Node) handlePanic() {
}