package
Version:
v0.0.0-...-1489327
Opens a new window with list of versions in this module.
Published: Apr 9, 2022
License: GPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
exception struct,describe information related to exceptions
Function that throws an exception
id: exception id
msg: exception message
the function type that handles the catch part
type TryStruct struct {
}
Simulate the try part of the exception statement
the function that handles the catch part
exceptionId: exception id
catch: catch function
func (this *TryStruct) Finally(finally func())
the function that handles the finally part
Source Files
¶
Click to show internal directories.
Click to hide internal directories.