GoCollections/main.go
2022-03-31 01:22:30 +08:00

8 lines
191 B
Go

package main
import "github.com/tursom/GoCollections/exceptions"
func main() {
exceptions.NewRuntimeException("test2", exceptions.DefaultExceptionConfig().SetCause(1)).PrintStackTrace()
}