package common func ErrorAbnormal(str string) { println(str) recover() }